ENTITY IfcGridAxis
(* SCHEMA IFC4; *)
ENTITY IfcGridAxis;
	AxisTag : OPTIONAL IfcLabel;
	AxisCurve : IfcCurve;
	SameSense : IfcBoolean;
 INVERSE
	PartOfW : SET [0:1] OF IfcGrid FOR WAxes;
	PartOfV : SET [0:1] OF IfcGrid FOR VAxes;
	PartOfU : SET [0:1] OF IfcGrid FOR UAxes;
	HasIntersections : SET [0:?] OF IfcVirtualGridIntersection FOR IntersectingAxes;
 WHERE
	WR1 : AxisCurve.Dim = 2;
	WR2 : (SIZEOF(PartOfU) = 1) XOR (SIZEOF(PartOfV) = 1) XOR (SIZEOF(PartOfW) = 1);
END_ENTITY;
Explicit Attributes
Entity IfcGridAxis has the following local and inherited explicit attributes:
| Attribute | Type | Defined By | 
|---|
 |  AxisTag | IfcLabel (STRING) | IfcGridAxis |  
|  AxisCurve | IfcCurve (ENTITY) | IfcGridAxis |  
|  SameSense | IfcBoolean (BOOLEAN) | IfcGridAxis |  
 
 | 
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcGridAxis has the following local and inherited inverse attributes:
Supertypes
    No supertypesSubtypes
    No subtypesReferenced By
Entity IfcGridAxis and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00