Interface IIfcRationalBSplineSurfaceWithKnots
Readonly interface for IfcRationalBSplineSurfaceWithKnots
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcRationalBSplineSurfaceWithKnots : IIfcBSplineSurfaceWithKnots, IIfcBSplineSurface, IIfcBoundedSurface, IIfcSurface, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcSurfaceOrFaceSurface, IIfcSurfaceOrFaceSurface, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Weights
Declaration
List<List<IfcReal>> Weights { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Collections.Generic.List<IfcReal>> |
|
|
Improve this Doc
View Source
WeightsData
Declaration
IItemSet<IItemSet<IfcReal>> WeightsData { get; }
Property Value