Class Ifc4x3_rc1::IfcSweptAreaSolid¶
Defined in File Ifc4x3_rc1.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x3_rc1.
Inheritance Relationships¶
Base Type¶
public Ifc4x3_rc1::IfcSolidModel
(Class Ifc4x3_rc1::IfcSolidModel)
Derived Types¶
public Ifc4x3_rc1::IfcDirectrixCurveSweptAreaSolid
(Class Ifc4x3_rc1::IfcDirectrixCurveSweptAreaSolid)public Ifc4x3_rc1::IfcDirectrixDistanceSweptAreaSolid
(Class Ifc4x3_rc1::IfcDirectrixDistanceSweptAreaSolid)public Ifc4x3_rc1::IfcExtrudedAreaSolid
(Class Ifc4x3_rc1::IfcExtrudedAreaSolid)public Ifc4x3_rc1::IfcRevolvedAreaSolid
(Class Ifc4x3_rc1::IfcRevolvedAreaSolid)
Class Documentation¶
-
class
Ifc4x3_rc1
::
IfcSweptAreaSolid
: public Ifc4x3_rc1::IfcSolidModel¶ Definition from ISO/CD 10303-42:1992: The swept area solid entity collects the entities which are defined procedurally by sweeping action on planar bounded surfaces. The position is space of the swept solid will be dependent upon the position of the swept area. The swept area will be a face of the resulting swept area solid, except for the case of a revolved area solid with angle equal to 2π (or 360 degrees).
The swept area is defined by a cross section (also referred to as profile), which is given as a closed two-dimensional boundary on an implicit plane. The swept area is defined in the xy plane of the position coordinate system, which is given for the swept area solid.
NOTE Corresponding ISO 10303-42 entity: swept_area_solid, The data type of SweptArea is modified and given by a profile definition (IfcProfileDef). A position coordinate system is defined by the Position attribute has been added. Please refer to ISO/IS 10303-42:1994, p. 183 for the final definition of the formal standard.
HISTORY New entity in IFC Release 1.5, the capabilities have been enhanced in IFC Release 2x.
Subclassed by Ifc4x3_rc1::IfcDirectrixCurveSweptAreaSolid, Ifc4x3_rc1::IfcDirectrixDistanceSweptAreaSolid, Ifc4x3_rc1::IfcExtrudedAreaSolid, Ifc4x3_rc1::IfcRevolvedAreaSolid
Public Types
-
typedef IfcTemplatedEntityList<IfcSweptAreaSolid>
list
¶
Public Functions
-
::Ifc4x3_rc1::IfcProfileDef *
SweptArea
() const¶ The surface defining the area to be swept. It is given as a profile definition within the xy plane of the position coordinate system.
-
void
setSweptArea
(::Ifc4x3_rc1::IfcProfileDef *v)¶
-
bool
hasPosition
() const¶ Whether the optional attribute Position is defined for this IfcSweptAreaSolid.
-
::Ifc4x3_rc1::IfcAxis2Placement3D *
Position
() const¶ Position coordinate system for the swept area, provided by a profile definition within the XY plane of the Position.
-
void
setPosition
(::Ifc4x3_rc1::IfcAxis2Placement3D *v)¶
-
IfcSweptAreaSolid
(IfcEntityInstanceData *e)¶
-
IfcSweptAreaSolid
(::Ifc4x3_rc1::IfcProfileDef *v1_SweptArea, ::Ifc4x3_rc1::IfcAxis2Placement3D *v2_Position)¶
-
typedef IfcTemplatedEntityList<IfcSweptAreaSolid>