Class Ifc4x1::IfcSweptAreaSolid

Nested Relationships

This class is a nested type of Struct Ifc4x1.

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class Ifc4x1::IfcSweptAreaSolid : public Ifc4x1::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 Ifc4x1::IfcExtrudedAreaSolid, Ifc4x1::IfcFixedReferenceSweptAreaSolid, Ifc4x1::IfcRevolvedAreaSolid, Ifc4x1::IfcSurfaceCurveSweptAreaSolid

Public Types

typedef IfcTemplatedEntityList<IfcSweptAreaSolid> list

Public Functions

::Ifc4x1::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(::Ifc4x1::IfcProfileDef *v)
bool hasPosition() const

Whether the optional attribute Position is defined for this IfcSweptAreaSolid.

::Ifc4x1::IfcAxis2Placement3D *Position() const

Position coordinate system for the swept area, provided by a profile definition within the XY plane of the Position.

void setPosition(::Ifc4x1::IfcAxis2Placement3D *v)
const IfcParse::entity &declaration() const
IfcSweptAreaSolid(IfcEntityInstanceData *e)
IfcSweptAreaSolid(::Ifc4x1::IfcProfileDef *v1_SweptArea, ::Ifc4x1::IfcAxis2Placement3D *v2_Position)

Public Static Functions

const IfcParse::entity &Class()