Class Ifc4x3_rc1::IfcSweptDiskSolidPolygonal¶
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::IfcSweptDiskSolid
(Class Ifc4x3_rc1::IfcSweptDiskSolid)
Class Documentation¶
-
class
Ifc4x3_rc1
::
IfcSweptDiskSolidPolygonal
: public Ifc4x3_rc1::IfcSweptDiskSolid¶ The IfcSweptDiskSolidPolygonal is a IfcSweptDiskSolid where the Directrix is restricted to be provided by an IfcPolyline only. An optional FilletRadius attribute can be asserted, it is then applied as a fillet to all transitions between the segments of the IfcPolyline.
HISTORY New entity in IFC2x4.
Informal proposition
The FilletRadius, if provided, has to be smaller then or equal to the length of the start and end segment of the IfcPolyline, and smaller then or equal to one half of the lenght of the shortest inner segment.
Public Types
-
typedef IfcTemplatedEntityList<IfcSweptDiskSolidPolygonal>
list
¶
Public Functions
-
bool
hasFilletRadius
() const¶ Whether the optional attribute FilletRadius is defined for this IfcSweptDiskSolidPolygonal.
-
double
FilletRadius
() const¶ The fillet that is equally applied to all transitions between the segments of the IfcPolyline, providing the geometric representation for the Directrix. If omited, no fillet is applied to the segments.
-
void
setFilletRadius
(double v)¶
-
IfcSweptDiskSolidPolygonal
(IfcEntityInstanceData *e)¶
-
IfcSweptDiskSolidPolygonal
(::Ifc4x3_rc1::IfcCurve *v1_Directrix, double v2_Radius, boost::optional<double> v3_InnerRadius, boost::optional<double> v4_StartParam, boost::optional<double> v5_EndParam, boost::optional<double> v6_FilletRadius)¶
-
typedef IfcTemplatedEntityList<IfcSweptDiskSolidPolygonal>