Class Ifc4x2::IfcSweptDiskSolidPolygonal

Nested Relationships

This class is a nested type of Struct Ifc4x2.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x2::IfcSweptDiskSolidPolygonal : public Ifc4x2::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 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)
const IfcParse::entity &declaration() const
IfcSweptDiskSolidPolygonal(IfcEntityInstanceData *e)
IfcSweptDiskSolidPolygonal(::Ifc4x2::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)

Public Static Functions

const IfcParse::entity &Class()