Class Ifc2x3::IfcCsgPrimitive3D¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcGeometricRepresentationItem
(Class Ifc2x3::IfcGeometricRepresentationItem)
Derived Types¶
public Ifc2x3::IfcBlock
(Class Ifc2x3::IfcBlock)public Ifc2x3::IfcRectangularPyramid
(Class Ifc2x3::IfcRectangularPyramid)public Ifc2x3::IfcRightCircularCone
(Class Ifc2x3::IfcRightCircularCone)public Ifc2x3::IfcRightCircularCylinder
(Class Ifc2x3::IfcRightCircularCylinder)public Ifc2x3::IfcSphere
(Class Ifc2x3::IfcSphere)
Class Documentation¶
-
class
Ifc2x3
::
IfcCsgPrimitive3D
: public Ifc2x3::IfcGeometricRepresentationItem¶ IfcCsgPrimitive3D is an abstract supertype of all three dimensional primitives used as either tree root item, or as Boolean results within a CSG solid model. All 3D CSG primitives are defined within a three-dimensional placement coordinate system.
NOTE No directly corresponding ISO 10303-42 entity, the select type primitive_3d covers the same individual 3D CSG primitives, the position attribute has been added to apply equally to all subtypes. Please refer to ISO/IS 10303-42:1994, p. 234 for the final definition of the formal standard.
HISTORY New entity in IFC2x3.
Subclassed by Ifc2x3::IfcBlock, Ifc2x3::IfcRectangularPyramid, Ifc2x3::IfcRightCircularCone, Ifc2x3::IfcRightCircularCylinder, Ifc2x3::IfcSphere
Public Types
-
typedef IfcTemplatedEntityList<IfcCsgPrimitive3D>
list
¶
Public Functions
-
::Ifc2x3::IfcAxis2Placement3D *
Position
() const¶ The placement coordinate system to which the parameters of each individual CSG primitive apply.
-
void
setPosition
(::Ifc2x3::IfcAxis2Placement3D *v)¶
-
IfcCsgPrimitive3D
(IfcEntityInstanceData *e)¶
-
IfcCsgPrimitive3D
(::Ifc2x3::IfcAxis2Placement3D *v1_Position)¶
-
typedef IfcTemplatedEntityList<IfcCsgPrimitive3D>