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