Navigation

IfcGridAxis

Definition from IAI: An individual axis (IfcGridAxis) defined in the context of a design grid. The axis definition is based on a curve of dimensionality 2. The grid axis is positioned within the XY plane of the position coordinate system defined by the IfcDesignGrid.

HISTORY: New entity in IFC Release 1.0
ISSUE: See issue log for changes made in IFC Release 2.x

Geometry Use Definitions:

The standard geometric representation of IfcGridAxis is defined using a 2D curve entity. Grid axes are normally defined by an offset to another axis. The IfcOffsetCurve2D supports this concept.

Each grid axis has a sense given by the parameterization of the curve. The attribute SameSense is an indicator of whether or not the sense of the grid axis agrees with, or opposes, that of the underlying curve.

Illustration

design grid

The grid axis is defined as a 2D curve within the xy plane of the position coordinate system. Any curve can be used to define a grid axis, most common is the use of IfcLine for linear grids and IfcCircle for radial grids.

Most grids are defined by a pair of axis lists, each defined by a base grid axis and axes given by an offset to the base axis. The use of IfcOffsetCurve2D as underlying AxisCurve supports this concept.

EXPRESS specification:

ENTITY IfcGridAxis;
AxisTag  :  OPTIONAL IfcLabel;
AxisCurve  :  IfcCurve;
SameSense  :  IfcBoolean;
WHERE
WR1  :  AxisCurve.Dim = 2;
END_ENTITY;

Attribute definitions:

AxisTag  :  The tag or name for this grid axis.
AxisCurve  :  Underlying curve which provides the geometry for this grid axis.
SameSense  :  Defines whether the original sense of curve is used or whether it is reversed in the context of the grid axis.

Formal Propositions:

WR1  :  The dimensionality of the grid axis is 2.

References (1):

Name Type Referred through Express-G
IfcVirtualGridIntersection Entity
Attribute 'IntersectingAxes'
Diagram 1

Inheritance graph

ENTITY IfcGridAxis;
ENTITY IfcGridAxis;
AxisTag  :  OPTIONAL IfcLabel;
AxisCurve  :  IfcCurve;
SameSense  :  IfcBoolean;
END_ENTITY;