Interface IIfcBSplineSurfaceWithKnots
Readonly interface for IfcBSplineSurfaceWithKnots
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcBSplineSurfaceWithKnots : IIfcBSplineSurface, IIfcBoundedSurface, IIfcSurface, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcSurfaceOrFaceSurface, IIfcSurfaceOrFaceSurface, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
KnotSpec
Declaration
IfcKnotType KnotSpec { get; set; }
Property Value
|
Improve this Doc
View Source
KnotUUpper
Declaration
IfcInteger KnotUUpper { get; }
Property Value
|
Improve this Doc
View Source
KnotVUpper
Declaration
IfcInteger KnotVUpper { get; }
Property Value
|
Improve this Doc
View Source
UKnots
Declaration
IItemSet<IfcParameterValue> UKnots { get; }
Property Value
|
Improve this Doc
View Source
UMultiplicities
Declaration
IItemSet<IfcInteger> UMultiplicities { get; }
Property Value
|
Improve this Doc
View Source
VKnots
Declaration
IItemSet<IfcParameterValue> VKnots { get; }
Property Value
|
Improve this Doc
View Source
VMultiplicities
Declaration
IItemSet<IfcInteger> VMultiplicities { get; }
Property Value