Interface IIfcAlignment2DVerticalSegment
Readonly interface for IfcAlignment2DVerticalSegment
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcAlignment2DVerticalSegment : IIfcAlignment2DSegment, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
HorizontalLength
Declaration
IfcPositiveLengthMeasure HorizontalLength { get; set; }
Property Value
|
Improve this Doc
View Source
StartDistAlong
Declaration
IfcLengthMeasure StartDistAlong { get; set; }
Property Value
|
Improve this Doc
View Source
StartGradient
Declaration
IfcRatioMeasure StartGradient { get; set; }
Property Value
|
Improve this Doc
View Source
StartHeight
Declaration
IfcLengthMeasure StartHeight { get; set; }
Property Value
|
Improve this Doc
View Source
ToVertical
Declaration
IEnumerable<IIfcAlignment2DVertical> ToVertical { get; }
Property Value