Bézier-Spline-Fläche | |
BSpline Surface | |
Surface Bspline |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 4.0.0.0 |
---|---|---|---|---|
IfcBSplineSurface | ADDED | IFC2x3 to IFC4 4.0.0.0 | ||
IfcBSplineSurface | ADDED |
The IfcBSplineSurface is a general form of rational or polynomial parametric surface.
NOTE Definition according to ISO/CD 10303-42:1992
A b_spline_surface is a general form of rational or polynomial parametric surface which is represented by control points, basis functions, and possibly, weights. As with the corresponding curve entity it has some special subtypes where some of the data can be derived.
K1 | = upper_index_on_u_control_points |
K2 | = upper_index_on_v_control_points |
Pij | = control_points |
wij | = weights |
d1 | = u_degree |
d2 | = v_degree |
P00, P01, P02, ......, PK1(K2-1), PK1K2The weights, in the case of the rational subtype, are ordered similarly.
NOTE Entity adapted from b_spline_surface defined in ISO10303-42.
HISTORY New entity in IFC4.
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
1 | UDegree | IfcInteger | Algebraic degree of basis functions in u. | X | |
2 | VDegree | IfcInteger | Algebraic degree of basis functions in v. | X | |
3 | ControlPointsList | IfcCartesianPoint | L[2:?] L[2:?] | This is a list of lists of control points. | X |
4 | SurfaceForm | IfcBSplineSurfaceForm | Indicator of special surface types. | X | |
5 | UClosed | IfcLogical | Indication of whether the surface is closed in the u direction; this is for information only. | X | |
6 | VClosed | IfcLogical | Indication of whether the surface is closed in the v direction; this is for information only. | X | |
7 | SelfIntersect | IfcLogical | Flag to indicate whether, or not, surface is self-intersecting; this is for information only. | X | |
UUpper :=SIZEOF(ControlPointsList) - 1 | IfcInteger | Upper index on control points in u direction. | X | ||
VUpper :=SIZEOF(ControlPointsList[1]) - 1 | IfcInteger | Upper index on control points in v direction. | X | ||
ControlPoints :=IfcMakeArrayOfArray(ControlPointsList, 0,UUpper,0,VUpper) | IfcCartesianPoint | A[0:UUpper] A[0:VUpper] | Array (two-dimensional) of control points defining surface geometry. This array is constructed from the control points list. | X |
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
IfcRepresentationItem | |||||
LayerAssignment | IfcPresentationLayerAssignment @AssignedItems | S[0:1] | Assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items.
IFC2x3 CHANGE The inverse attribute LayerAssignments has been added. IFC4 CHANGE The inverse attribute LayerAssignment has been restricted to max 1. Upward compatibility for file based exchange is guaranteed. | X | |
StyledByItem | IfcStyledItem @Item | S[0:1] | Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve.
IFC2x3 CHANGE The inverse attribute StyledByItem has been added. | X | |
IfcGeometricRepresentationItem | |||||
IfcSurface | |||||
Dim :=3 | IfcDimensionCount | The space dimensionality of IfcSurface. It is always a three-dimensional geometric representation item.
IFC4 CHANGE Derived attribute promoted from subtypes. |
X | ||
IfcBoundedSurface | |||||
IfcBSplineSurface | |||||
1 | UDegree | IfcInteger | Algebraic degree of basis functions in u. | X | |
2 | VDegree | IfcInteger | Algebraic degree of basis functions in v. | X | |
3 | ControlPointsList | IfcCartesianPoint | L[2:?] L[2:?] | This is a list of lists of control points. | X |
4 | SurfaceForm | IfcBSplineSurfaceForm | Indicator of special surface types. | X | |
5 | UClosed | IfcLogical | Indication of whether the surface is closed in the u direction; this is for information only. | X | |
6 | VClosed | IfcLogical | Indication of whether the surface is closed in the v direction; this is for information only. | X | |
7 | SelfIntersect | IfcLogical | Flag to indicate whether, or not, surface is self-intersecting; this is for information only. | X | |
UUpper :=SIZEOF(ControlPointsList) - 1 | IfcInteger | Upper index on control points in u direction. | X | ||
VUpper :=SIZEOF(ControlPointsList[1]) - 1 | IfcInteger | Upper index on control points in v direction. | X | ||
ControlPoints :=IfcMakeArrayOfArray(ControlPointsList, 0,UUpper,0,VUpper) | IfcCartesianPoint | A[0:UUpper] A[0:VUpper] | Array (two-dimensional) of control points defining surface geometry. This array is constructed from the control points list. | X |
<xs:element name="IfcBSplineSurface" type="ifc:IfcBSplineSurface" abstract="true" substitutionGroup="ifc:IfcBoundedSurface" nillable="true"/>
<xs:complexType name="IfcBSplineSurface" abstract="true">
<xs:complexContent>
<xs:extension base="ifc:IfcBoundedSurface">
<xs:sequence>
<xs:element name="ControlPointsList">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcCartesianPoint" minOccurs="4" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="ifc:itemType" fixed="ifc:IfcCartesianPoint"/>
<xs:attribute ref="ifc:cType" fixed="list list"/>
<xs:attribute ref="ifc:arraySize" use="optional"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="UDegree" type="ifc:IfcInteger" use="optional"/>
<xs:attribute name="VDegree" type="ifc:IfcInteger" use="optional"/>
<xs:attribute name="SurfaceForm" type="ifc:IfcBSplineSurfaceForm" use="optional"/>
<xs:attribute name="UClosed" type="ifc:IfcLogical" use="optional"/>
<xs:attribute name="VClosed" type="ifc:IfcLogical" use="optional"/>
<xs:attribute name="SelfIntersect" type="ifc:IfcLogical" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcBSplineSurface
ABSTRACT SUPERTYPE OF(IfcBSplineSurfaceWithKnots)
SUBTYPE OF (IfcBoundedSurface);
UDegree : IfcInteger;
VDegree : IfcInteger;
ControlPointsList : LIST [2:?] OF LIST [2:?] OF IfcCartesianPoint;
SurfaceForm : IfcBSplineSurfaceForm;
UClosed : IfcLogical;
VClosed : IfcLogical;
SelfIntersect : IfcLogical;
DERIVE
UUpper : IfcInteger := SIZEOF(ControlPointsList) - 1;
VUpper : IfcInteger := SIZEOF(ControlPointsList[1]) - 1;
ControlPoints : ARRAY [0:UUpper] OF ARRAY [0:VUpper] OF IfcCartesianPoint := IfcMakeArrayOfArray(ControlPointsList,
0,UUpper,0,VUpper);
END_ENTITY;