Interface IIfcBSplineSurface
Readonly interface for IfcBSplineSurface
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcBSplineSurface : IIfcBoundedSurface, IIfcSurface, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcSurfaceOrFaceSurface, IIfcSurfaceOrFaceSurface, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ControlPoints
Declaration
List<List<XbimPoint3D>> ControlPoints { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Collections.Generic.List<XbimPoint3D>> |
|
|
Improve this Doc
View Source
ControlPointsList
Declaration
IItemSet<IItemSet<IIfcCartesianPoint>> ControlPointsList { get; }
Property Value
|
Improve this Doc
View Source
SelfIntersect
Declaration
IfcLogical SelfIntersect { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
IfcBSplineSurfaceForm SurfaceForm { get; set; }
Property Value
|
Improve this Doc
View Source
UClosed
Declaration
IfcLogical UClosed { get; set; }
Property Value
|
Improve this Doc
View Source
UDegree
Declaration
IfcInteger UDegree { get; set; }
Property Value
|
Improve this Doc
View Source
UUpper
Declaration
IfcInteger UUpper { get; }
Property Value
|
Improve this Doc
View Source
VClosed
Declaration
IfcLogical VClosed { get; set; }
Property Value
|
Improve this Doc
View Source
VDegree
Declaration
IfcInteger VDegree { get; set; }
Property Value
|
Improve this Doc
View Source
VUpper
Declaration
IfcInteger VUpper { get; }
Property Value