Interface IIfcTransitionCurveSegment2D
Readonly interface for IfcTransitionCurveSegment2D
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcTransitionCurveSegment2D : IIfcCurveSegment2D, IIfcBoundedCurve, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcCurveOrEdgeCurve, IIfcCurveOrEdgeCurve, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
EndRadius
Declaration
IfcPositiveLengthMeasure? EndRadius { get; set; }
Property Value
|
Improve this Doc
View Source
IsEndRadiusCCW
Declaration
IfcBoolean IsEndRadiusCCW { get; set; }
Property Value
|
Improve this Doc
View Source
IsStartRadiusCCW
Declaration
IfcBoolean IsStartRadiusCCW { get; set; }
Property Value
|
Improve this Doc
View Source
StartRadius
Declaration
IfcPositiveLengthMeasure? StartRadius { get; set; }
Property Value
|
Improve this Doc
View Source
TransitionCurveType
Declaration
IfcTransitionCurveType TransitionCurveType { get; set; }
Property Value