Class IfcAlignmentCurve
Inheritance
System.Object
IfcAlignmentCurve
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcCurve>
System.IEquatable<IfcBoundedCurve>
System.IEquatable<IfcAlignmentCurve>
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.GeometricConstraintResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcAlignmentCurve", 1347)]
public class IfcAlignmentCurve : IfcBoundedCurve, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcCurve>, IEquatable<IfcBoundedCurve>, IInstantiableEntity, IIfcAlignmentCurve, IIfcBoundedCurve, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcCurveOrEdgeCurve, IIfcCurveOrEdgeCurve, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcAlignmentCurve>
Properties
| Improve this Doc View SourceHorizontal
Declaration
[IndexedProperty]
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcAlignment2DHorizontal Horizontal { get; set; }
Property Value
Type | Description |
---|---|
IfcAlignment2DHorizontal |
Tag
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcLabel? Tag { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
Vertical
Declaration
[IndexedProperty]
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcAlignment2DVertical Vertical { get; set; }
Property Value
Type | Description |
---|---|
IfcAlignment2DVertical |
Methods
| Improve this Doc View SourceEquals(IfcAlignmentCurve)
Declaration
public bool Equals(IfcAlignmentCurve other)
Parameters
Type | Name | Description |
---|---|---|
IfcAlignmentCurve | 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
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcAlignmentCurve.Horizontal
Declaration
IIfcAlignment2DHorizontal IIfcAlignmentCurve.Horizontal { get; set; }
Returns
Type | Description |
---|---|
IIfcAlignment2DHorizontal |
IIfcAlignmentCurve.Tag
Declaration
IfcLabel? IIfcAlignmentCurve.Tag { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
IIfcAlignmentCurve.Vertical
Declaration
IIfcAlignment2DVertical IIfcAlignmentCurve.Vertical { get; set; }
Returns
Type | Description |
---|---|
IIfcAlignment2DVertical |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>