Interface IIfcAlignment2DHorizontal
Readonly interface for IfcAlignment2DHorizontal
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcAlignment2DHorizontal : IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Segments
Declaration
IItemSet<IIfcAlignment2DHorizontalSegment> Segments { get; }
Property Value
|
Improve this Doc
View Source
StartDistAlong
Declaration
IfcLengthMeasure? StartDistAlong { get; set; }
Property Value
|
Improve this Doc
View Source
ToAlignmentCurve
Declaration
IEnumerable<IIfcAlignmentCurve> ToAlignmentCurve { get; }
Property Value