Class Ifc4::IfcCsgPrimitive3D¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcGeometricRepresentationItem
(Class Ifc4::IfcGeometricRepresentationItem)
Derived Types¶
public Ifc4::IfcBlock
(Class Ifc4::IfcBlock)public Ifc4::IfcRectangularPyramid
(Class Ifc4::IfcRectangularPyramid)public Ifc4::IfcRightCircularCone
(Class Ifc4::IfcRightCircularCone)public Ifc4::IfcRightCircularCylinder
(Class Ifc4::IfcRightCircularCylinder)public Ifc4::IfcSphere
(Class Ifc4::IfcSphere)
Class Documentation¶
-
class
Ifc4
::
IfcCsgPrimitive3D
: public Ifc4::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 Ifc4::IfcBlock, Ifc4::IfcRectangularPyramid, Ifc4::IfcRightCircularCone, Ifc4::IfcRightCircularCylinder, Ifc4::IfcSphere
Public Types
-
typedef IfcTemplatedEntityList<IfcCsgPrimitive3D>
list
¶
Public Functions
-
::Ifc4::IfcAxis2Placement3D *
Position
() const¶ The placement coordinate system to which the parameters of each individual CSG primitive apply.
-
void
setPosition
(::Ifc4::IfcAxis2Placement3D *v)¶
-
IfcCsgPrimitive3D
(IfcEntityInstanceData *e)¶
-
IfcCsgPrimitive3D
(::Ifc4::IfcAxis2Placement3D *v1_Position)¶
-
typedef IfcTemplatedEntityList<IfcCsgPrimitive3D>