Interface IIfcBSplineCurveWithKnots
Readonly interface for IfcBSplineCurveWithKnots
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcBSplineCurveWithKnots : IIfcBSplineCurve, IIfcBoundedCurve, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcCurveOrEdgeCurve, IIfcCurveOrEdgeCurve, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
KnotMultiplicities
Declaration
IItemSet<IfcInteger> KnotMultiplicities { get; }
Property Value
|
Improve this Doc
View Source
Knots
Declaration
IItemSet<IfcParameterValue> Knots { get; }
Property Value
|
Improve this Doc
View Source
KnotSpec
Declaration
IfcKnotType KnotSpec { get; set; }
Property Value
|
Improve this Doc
View Source
UpperIndexOnKnots
Declaration
IfcInteger UpperIndexOnKnots { get; }
Property Value