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