Interface IIfcRationalBSplineCurveWithKnots
Readonly interface for IfcRationalBSplineCurveWithKnots
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcRationalBSplineCurveWithKnots : IIfcBSplineCurveWithKnots, IIfcBSplineCurve, IIfcBoundedCurve, IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcCurveOrEdgeCurve, IIfcCurveOrEdgeCurve, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Weights
Declaration
List<IfcReal> Weights { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<IfcReal> |
|
|
Improve this Doc
View Source
WeightsData
Declaration
IItemSet<IfcReal> WeightsData { get; }
Property Value