Class Ifc2x3::IfcPlanarExtent¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcGeometricRepresentationItem(Class Ifc2x3::IfcGeometricRepresentationItem)
Derived Type¶
public Ifc2x3::IfcPlanarBox(Class Ifc2x3::IfcPlanarBox)
Class Documentation¶
-
class
Ifc2x3::IfcPlanarExtent: public Ifc2x3::IfcGeometricRepresentationItem¶ The planar extent defines the extent along the two axes of the two-dimensional coordinate system, independently of its position.
NOTE Corresponding ISO 10303 name: planar_extent. Please refer to ISO/IS 10303-46:1994, p. 141 for the final definition of the formal standard.
HISTORY New entity in IFC2x2.
Subclassed by Ifc2x3::IfcPlanarBox
Public Types
-
typedef IfcTemplatedEntityList<IfcPlanarExtent>
list¶
Public Functions
-
double
SizeInX() const¶ The extent in the direction of the x-axis.
-
void
setSizeInX(double v)¶
-
double
SizeInY() const¶ The extent in the direction of the y-axis.
-
void
setSizeInY(double v)¶
-
IfcPlanarExtent(IfcEntityInstanceData *e)¶
-
IfcPlanarExtent(double v1_SizeInX, double v2_SizeInY)¶
-
typedef IfcTemplatedEntityList<IfcPlanarExtent>