IfcCircleProfileDef
Definition
from IAI: The IfcCircleProfileDef
defines a circle as the profile definition used by the swept surface
geometry or by the swept area solid. It is given by its Radius
attribute and placed within the 2D position coordinate system,
established by the Position
attribute.
HISTORY: New class
in IFC
Release 1.5.
Illustration:
|
Position
The parameterized profile defines its own position coordinate system.
The underlying
coordinate system is defined by the swept surface or swept area solid
that uses the profile definition. It is the xy plane of either:
- IfcSweptSurface.Position
- IfcSweptAreaSolid.Position
or in case of sectioned spines the xy plane of each list member of IfcSectionedSpine.CrossSectionPositions.
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 (e.g. upper-left bound).
Parameter
The Position
attribute defines the 2D position coordinate
system of the circle.
The Radius
attribute defines the radius of the circle.
|
Table: Parameter for circle
profile definition
EXPRESS specification:
Attribute definitions:
Radius
|
:
|
The radius of the circle.
|
Inheritance graph
|
ENTITY IfcCircleProfileDef;
|
|