ENTITY IfcGridAxis

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcGridAxis;
	AxisTag : OPTIONAL IfcLabel;
	AxisCurve : IfcCurve;
	SameSense : IfcBoolean;
 WHERE
	WR1 : AxisCurve.Dim = 2;
END_ENTITY;

Explicit Attributes

Entity IfcGridAxis has the following local and inherited explicit attributes:
AttributeTypeDefined By
 AxisTagIfcLabel (STRING)IfcGridAxis
 AxisCurveIfcCurve (ENTITY)IfcGridAxis
 SameSenseIfcBoolean (BOOLEAN)IfcGridAxis

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity IfcGridAxis and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcGrid ENTITY IfcGridAxis
 IfcVirtualGridIntersection ENTITY IfcGridAxis


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00