Interface IIfcAlignment2DHorizontalSegment
Readonly interface for IfcAlignment2DHorizontalSegment
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcAlignment2DHorizontalSegment : IIfcAlignment2DSegment, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CurveGeometry
Declaration
IIfcCurveSegment2D CurveGeometry { get; set; }
Property Value
|
Improve this Doc
View Source
ToHorizontal
Declaration
IEnumerable<IIfcAlignment2DHorizontal> ToHorizontal { get; }
Property Value