Class IfcFillAreaStyleHatching
Inheritance
System.Object
IfcFillAreaStyleHatching
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcFillAreaStyleHatching", 462)]
public class IfcFillAreaStyleHatching : IfcGeometricRepresentationItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IIfcFillAreaStyleHatching, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IfcFillStyleSelect, IInstantiableEntity, IIfcFillAreaStyleHatching, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IfcFillStyleSelect, IIfcFillStyleSelect, IIfcFillStyleSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcFillAreaStyleHatching>, IExpressValidatable
Properties
|
Improve this Doc
View Source
HatchLineAngle
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcPlaneAngleMeasure HatchLineAngle { get; set; }
Property Value
|
Improve this Doc
View Source
HatchLineAppearance
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcCurveStyle HatchLineAppearance { get; set; }
Property Value
|
Improve this Doc
View Source
PatternStart
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
public IfcCartesianPoint PatternStart { get; set; }
Property Value
|
Improve this Doc
View Source
PointOfReferenceHatchLine
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcCartesianPoint PointOfReferenceHatchLine { get; set; }
Property Value
|
Improve this Doc
View Source
StartOfNextHatchLine
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcHatchLineDistanceSelect StartOfNextHatchLine { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcFillAreaStyleHatching)
Declaration
public bool Equals(IfcFillAreaStyleHatching other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Overrides
|
Improve this Doc
View Source
Validate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcFillAreaStyleHatching.IfcFillAreaStyleHatchingClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcFillAreaStyleHatching.IfcFillAreaStyleHatchingClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcFillAreaStyleHatching.HatchLineAngle
Declaration
IfcPlaneAngleMeasure IIfcFillAreaStyleHatching.HatchLineAngle { get; set; }
Returns
|
Improve this Doc
View Source
IIfcFillAreaStyleHatching.HatchLineAppearance
Declaration
IIfcCurveStyle IIfcFillAreaStyleHatching.HatchLineAppearance { get; set; }
Returns
|
Improve this Doc
View Source
IIfcFillAreaStyleHatching.PatternStart
Declaration
IIfcCartesianPoint IIfcFillAreaStyleHatching.PatternStart { get; set; }
Returns
|
Improve this Doc
View Source
IIfcFillAreaStyleHatching.PointOfReferenceHatchLine
Declaration
IIfcCartesianPoint IIfcFillAreaStyleHatching.PointOfReferenceHatchLine { get; set; }
Returns
|
Improve this Doc
View Source
IIfcFillAreaStyleHatching.StartOfNextHatchLine
Declaration
IIfcHatchLineDistanceSelect IIfcFillAreaStyleHatching.StartOfNextHatchLine { get; set; }
Returns
|
Improve this Doc
View Source
IIfcFillAreaStyleHatching.HatchLineAngle
Declaration
[CrossSchemaAttribute(typeof(IIfcFillAreaStyleHatching), 5)]
IfcPlaneAngleMeasure IIfcFillAreaStyleHatching.HatchLineAngle { get; set; }
Returns
|
Improve this Doc
View Source
IIfcFillAreaStyleHatching.HatchLineAppearance
Declaration
[CrossSchemaAttribute(typeof(IIfcFillAreaStyleHatching), 1)]
IIfcCurveStyle IIfcFillAreaStyleHatching.HatchLineAppearance { get; set; }
Returns
|
Improve this Doc
View Source
IIfcFillAreaStyleHatching.PatternStart
Declaration
[CrossSchemaAttribute(typeof(IIfcFillAreaStyleHatching), 4)]
IIfcCartesianPoint IIfcFillAreaStyleHatching.PatternStart { get; set; }
Returns
|
Improve this Doc
View Source
IIfcFillAreaStyleHatching.PointOfReferenceHatchLine
Declaration
[CrossSchemaAttribute(typeof(IIfcFillAreaStyleHatching), 3)]
IIfcCartesianPoint IIfcFillAreaStyleHatching.PointOfReferenceHatchLine { get; set; }
Returns
|
Improve this Doc
View Source
IIfcFillAreaStyleHatching.StartOfNextHatchLine
Declaration
[CrossSchemaAttribute(typeof(IIfcFillAreaStyleHatching), 2)]
IIfcHatchLineDistanceSelect IIfcFillAreaStyleHatching.StartOfNextHatchLine { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>