Interface IIfcCurveSegment2D
Readonly interface for IfcCurveSegment2D
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcCurveSegment2D : IIfcBoundedCurve, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcCurveOrEdgeCurve, IIfcCurveOrEdgeCurve, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
SegmentLength
Declaration
IfcPositiveLengthMeasure SegmentLength { get; set; }
Property Value
|
Improve this Doc
View Source
StartDirection
Declaration
IfcPlaneAngleMeasure StartDirection { get; set; }
Property Value
|
Improve this Doc
View Source
StartPoint
Declaration
IIfcCartesianPoint StartPoint { get; set; }
Property Value