Interface IIfcCompositeCurve
Readonly interface for IfcCompositeCurve
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcCompositeCurve : IIfcBoundedCurve, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcCurveOrEdgeCurve, IIfcCurveOrEdgeCurve, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ClosedCurve
Declaration
IfcLogical ClosedCurve { get; }
Property Value
|
Improve this Doc
View Source
NSegments
Declaration
IfcInteger NSegments { get; }
Property Value
|
Improve this Doc
View Source
Segments
Declaration
IItemSet<IIfcCompositeCurveSegment> Segments { get; }
Property Value
|
Improve this Doc
View Source
SelfIntersect
Declaration
IfcLogical SelfIntersect { get; set; }
Property Value