Durch Kurven begrenzte Fläche | |
Curve Bounded Surface |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcCurveBoundedSurface | ADDED | IFC4 Addendum 1 | ||
IfcCurveBoundedSurface | ||||
ImplicitOuter | MODIFIED | Type changed from BOOLEAN to IfcBoolean. |
The IfcCurveBoundedSurface is a parametric surface with boundaries defined by p-curves, that is, a curve which lies on the basis of a surface and is defined in the parameter space of that surface. The p-curve is a special type of a composite curve segment and shall only be used to bound a surface.
The outer boundary shall be either defined by:
NOTE Some surfaces, like IfcCylindricalSurface does not have identifiable implicit boundaries.
NOTE Definition according to ISO/CD 10303-42:1992
The curve bounded surface is a parametric surface with curved boundaries defined by one or more boundary curves. One of the boundary curves may be the outer boundary; any number of inner boundaries is permissible. The region of the curve bounded surface in the basis surface is defined to be the portion of the basis surface in the direction of N x T from any point on the boundary, where N is the surface normal and T the boundary curve tangent vector at this point. The region so defined shall be arcwise connected.
NOTE Entity adapted from curve_bounded_surface defined in ISO 10303-42.
HISTORY New entity in IFC4.
Informal Propositions:
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
1 | BasisSurface | IfcSurface | [1:1] | The surface to be bounded. | X |
2 | Boundaries | IfcBoundaryCurve | S[1:?] | The outer boundary of the surface. | X |
3 | ImplicitOuter | IfcBoolean | [1:1] | X |
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
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. | 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. | X | |
IfcGeometricRepresentationItem | |||||
IfcSurface | |||||
Dim :=3 | IfcDimensionCount | [1:1] | The space dimensionality of IfcSurface. It is always a three-dimensional geometric representation item. | X | |
IfcBoundedSurface | |||||
IfcCurveBoundedSurface | |||||
1 | BasisSurface | IfcSurface | [1:1] | The surface to be bounded. | X |
2 | Boundaries | IfcBoundaryCurve | S[1:?] | The outer boundary of the surface. | X |
3 | ImplicitOuter | IfcBoolean | [1:1] | X |
<xs:element name="IfcCurveBoundedSurface" type="ifc:IfcCurveBoundedSurface" substitutionGroup="ifc:IfcBoundedSurface" nillable="true"/>
<xs:complexType name="IfcCurveBoundedSurface">
<xs:complexContent>
<xs:extension base="ifc:IfcBoundedSurface">
<xs:sequence>
<xs:element name="BasisSurface" type="ifc:IfcSurface" nillable="true"/>
<xs:element name="Boundaries">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcBoundaryCurve" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="ifc:itemType" fixed="ifc:IfcBoundaryCurve"/>
<xs:attribute ref="ifc:cType" fixed="set"/>
<xs:attribute ref="ifc:arraySize" use="optional"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ImplicitOuter" type="ifc:IfcBoolean" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcCurveBoundedSurface
SUBTYPE OF (IfcBoundedSurface);
BasisSurface : IfcSurface;
Boundaries : SET [1:?] OF IfcBoundaryCurve;
ImplicitOuter : IfcBoolean;
END_ENTITY;