Interface IIfcBSplineCurve
Readonly interface for IfcBSplineCurve
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcBSplineCurve : IIfcBoundedCurve, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcCurveOrEdgeCurve, IIfcCurveOrEdgeCurve, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ClosedCurve
Declaration
IfcLogical ClosedCurve { get; set; }
Property Value
|
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
IfcInteger Degree { get; set; }
Property Value
|
Improve this Doc
View Source
SelfIntersect
Declaration
IfcLogical SelfIntersect { get; set; }
Property Value
|
Improve this Doc
View Source
UpperIndexOnControlPoints
Declaration
IfcInteger UpperIndexOnControlPoints { get; }
Property Value