Interface IIfcCompositeCurveSegment
Readonly interface for IfcCompositeCurveSegment
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcCompositeCurveSegment : IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, 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
bool SameSense { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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