Class IfcAlignment2DVerticalSegment
Inheritance
System.Object
IfcAlignment2DVerticalSegment
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcAlignment2DSegment>
System.IEquatable<IfcAlignment2DVerticalSegment>
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("IfcAlignment2DVerticalSegment", 1339)]
public abstract class IfcAlignment2DVerticalSegment : IfcAlignment2DSegment, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcAlignment2DSegment>, IIfcAlignment2DVerticalSegment, IIfcAlignment2DSegment, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcAlignment2DVerticalSegment>
Properties
| Improve this Doc View SourceHorizontalLength
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcPositiveLengthMeasure HorizontalLength { get; set; }
Property Value
Type | Description |
---|---|
IfcPositiveLengthMeasure |
StartDistAlong
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcLengthMeasure StartDistAlong { get; set; }
Property Value
Type | Description |
---|---|
IfcLengthMeasure |
StartGradient
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcRatioMeasure StartGradient { get; set; }
Property Value
Type | Description |
---|---|
IfcRatioMeasure |
StartHeight
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcLengthMeasure StartHeight { get; set; }
Property Value
Type | Description |
---|---|
IfcLengthMeasure |
ToVertical
Declaration
[InverseProperty("Segments")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{1}, 10)]
public IEnumerable<IfcAlignment2DVertical> ToVertical { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcAlignment2DVertical> |
Methods
| Improve this Doc View SourceEquals(IfcAlignment2DVerticalSegment)
Declaration
public bool Equals(IfcAlignment2DVerticalSegment other)
Parameters
Type | Name | Description |
---|---|---|
IfcAlignment2DVerticalSegment | 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 SourceIIfcAlignment2DVerticalSegment.HorizontalLength
Declaration
IfcPositiveLengthMeasure IIfcAlignment2DVerticalSegment.HorizontalLength { get; set; }
Returns
Type | Description |
---|---|
IfcPositiveLengthMeasure |
IIfcAlignment2DVerticalSegment.StartDistAlong
Declaration
IfcLengthMeasure IIfcAlignment2DVerticalSegment.StartDistAlong { get; set; }
Returns
Type | Description |
---|---|
IfcLengthMeasure |
IIfcAlignment2DVerticalSegment.StartGradient
Declaration
IfcRatioMeasure IIfcAlignment2DVerticalSegment.StartGradient { get; set; }
Returns
Type | Description |
---|---|
IfcRatioMeasure |
IIfcAlignment2DVerticalSegment.StartHeight
Declaration
IfcLengthMeasure IIfcAlignment2DVerticalSegment.StartHeight { get; set; }
Returns
Type | Description |
---|---|
IfcLengthMeasure |
IIfcAlignment2DVerticalSegment.ToVertical
Declaration
IEnumerable<IIfcAlignment2DVertical> IIfcAlignment2DVerticalSegment.ToVertical { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcAlignment2DVertical> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>