Interface IIfcBSplineCurve
Readonly interface for IfcBSplineCurve
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcBSplineCurve : 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; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
ControlPoints
Declaration
List<XbimPoint3D> ControlPoints { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<XbimPoint3D> |
|
|
Improve this Doc
View Source
ControlPointsList
Declaration
IItemSet<IIfcCartesianPoint> ControlPointsList { get; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcBSplineCurveForm CurveForm { get; set; }
Property Value
|
Improve this Doc
View Source
Degree
Declaration
long Degree { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
SelfIntersect
Declaration
bool? SelfIntersect { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
UpperIndexOnControlPoints
Declaration
long UpperIndexOnControlPoints { get; }
Property Value
Type |
Description |
System.Int64 |
|