Interface IIfcCompositeCurveSegment
Readonly interface for IfcCompositeCurveSegment
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcCompositeCurveSegment : IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Dim
Declaration
IfcDimensionCount Dim { get; }
Property Value
|
Improve this Doc
View Source
ParentCurve
Declaration
IIfcCurve ParentCurve { get; set; }
Property Value
|
Improve this Doc
View Source
SameSense
Declaration
IfcBoolean SameSense { get; set; }
Property Value
|
Improve this Doc
View Source
Transition
Declaration
IfcTransitionCode Transition { get; set; }
Property Value
|
Improve this Doc
View Source
UsingCurves
Declaration
IEnumerable<IIfcCompositeCurve> UsingCurves { get; }
Property Value