Kugel | |
Sphere | |
Sphère |
The IfcSphere is a Construction Solid Geometry (CSG) 3D primitive. It is a solid where all points at the surface have the same distance from the center point. The inherited Position attribute defines the IfcAxisPlacement3D and provides:
EXAMPLE Figure 329 illustrates geometric parameters of the sphere. The sphere is positioned within its own placement coordiante system relative to the object coordinate system. The origin is the center of the sphere. | |
Figure 329 — Sphere geometry |
NOTE Definition according to ISO/CD 10303-42:1992
A sphere is a CSG primitive with a spherical shape defined by a centre and a radius.
NOTE Entity adapted from sphere defined in ISO 10303-42.
HISTORY New entity in IFC2x3.
Texture Use Definition
Textures are aligned facing upright with origin at the back (+Y direction) revolving counter-clockwise. Textures are stretched or repeated to the extent of the circumference at the equator according to RepeatS and RepeatT.
Figure 330 illustrates default texture mapping with a clamped texture (RepeatS=False and RepeatT=False). The image on the left shows the texture where the S axis points to the right and the T axis points up. The image on the right shows the texture applied to the geometry where the X axis points back to the right, the Y axis points back to the left, and the Z axis points up.
|
||||||||||||||
Figure 330 — Sphere textures |
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
2 | Radius | IfcPositiveLengthMeasure | [1:1] | The radius of the sphere. | 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 | |||||
IfcCsgPrimitive3D | |||||
1 | Position | IfcAxis2Placement3D | [1:1] | The placement coordinate system to which the parameters of each individual CSG primitive apply. | X |
Dim :=3 | IfcDimensionCount | [1:1] | The space dimensionality of this geometric representation item, it is always 3. | X | |
IfcSphere | |||||
2 | Radius | IfcPositiveLengthMeasure | [1:1] | The radius of the sphere. | X |
<xs:element name="IfcSphere" type="ifc:IfcSphere" substitutionGroup="ifc:IfcCsgPrimitive3D" nillable="true"/>
<xs:complexType name="IfcSphere">
<xs:complexContent>
<xs:extension base="ifc:IfcCsgPrimitive3D">
<xs:attribute name="Radius" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcSphere
SUBTYPE OF (IfcCsgPrimitive3D);
Radius : IfcPositiveLengthMeasure;
END_ENTITY;