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