Class Ifc4::IfcCircleHollowProfileDef¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcCircleProfileDef
(Class Ifc4::IfcCircleProfileDef)
Class Documentation¶
-
class
Ifc4
::
IfcCircleHollowProfileDef
: public Ifc4::IfcCircleProfileDef¶ IfcCircleHollowProfileDef defines a section profile that provides the defining parameters of a circular hollow section (tube) to be used by the swept area solid. Its parameters and orientation relative to the position coordinate system are according to the following illustration.The centre of the position coordinate system is in the profile’s centre of the bounding box (for symmetric profiles identical with the centre of gravity).
HISTORY New entity in IFC2x2.
Figure 312 illustrates parameters of the circular hollow profile definition. The parameterized profile defines its own position coordinate system. The underlying coordinate system is defined by the swept area solid that uses the profile definition. It is the xy plane of:
By using offsets of the position location, the parameterized profile can be positioned centric (using x,y offsets = 0.), or at any position relative to the profile. Explicit coordinate offsets are used to define cardinal points (for example, upper-left bound). The parameterized profile is defined by a set of parameter attributes.
Figure 312 — Circle hollow profile
Public Types
-
typedef IfcTemplatedEntityList<IfcCircleHollowProfileDef>
list
¶
Public Functions
-
double
WallThickness
() const¶ Thickness of the material, it is the difference between the outer and inner radius.
-
void
setWallThickness
(double v)¶
-
IfcCircleHollowProfileDef
(IfcEntityInstanceData *e)¶
-
IfcCircleHollowProfileDef
(::Ifc4::IfcProfileTypeEnum::Value v1_ProfileType, boost::optional<std::string> v2_ProfileName, ::Ifc4::IfcAxis2Placement2D *v3_Position, double v4_Radius, double v5_WallThickness)¶
-
typedef IfcTemplatedEntityList<IfcCircleHollowProfileDef>