Gerader Kreiskegel | |
Right Circular Cone | |
Cône de révolution |
The IfcRightCircularCone is a Construction Solid Geometry (CSG) 3D primitive. It is a solid with a circular base and a point called apex as the top. The tapers from the base to the top. The axis from the center of the circular base to the apex is perpendicular to the base. The inherited Position attribute defines the IfcAxisPlacement3D and provides the location and orientation of the cone:
Figure 323 illustrates geometric parameters of the cone. The cone is positioned within its own placement coordinate system. The origin is the center of the bottom circular disk, that lies in the XY plane. The apex lies on the positive z axis at [0, 0, Height].
Figure 323 — Right circular cone geometry |
NOTE Entity adapted from right_circular_cone defined in ISO 10303-42.
HISTORY New entity in IFC2x3
Texture use definition
On the circular side, 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 base circumference according to RepeatS. Textures are compressed linearly going upwards towards the top point according to RepeatT.
On the bottom face, textures are aligned facing front-to-back, with the center of the circle aligned to the center of the texture.
Figure 324 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 324 — Right circular cone textures |
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
2 | Height | IfcPositiveLengthMeasure | [1:1] | The distance between the base of the cone and the apex. | X |
3 | BottomRadius | IfcPositiveLengthMeasure | [1:1] | The radius of the cone at the base. | 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 | |
IfcRightCircularCone | |||||
2 | Height | IfcPositiveLengthMeasure | [1:1] | The distance between the base of the cone and the apex. | X |
3 | BottomRadius | IfcPositiveLengthMeasure | [1:1] | The radius of the cone at the base. | X |
<xs:element name="IfcRightCircularCone" type="ifc:IfcRightCircularCone" substitutionGroup="ifc:IfcCsgPrimitive3D" nillable="true"/>
<xs:complexType name="IfcRightCircularCone">
<xs:complexContent>
<xs:extension base="ifc:IfcCsgPrimitive3D">
<xs:attribute name="Height" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
<xs:attribute name="BottomRadius" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcRightCircularCone
SUBTYPE OF (IfcCsgPrimitive3D);
Height : IfcPositiveLengthMeasure;
BottomRadius : IfcPositiveLengthMeasure;
END_ENTITY;