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:
AttributeTypeDefined By
 AxisTagIfcLabel (STRING)IfcGridAxis
 AxisCurveIfcCurve (ENTITY)IfcGridAxis
 SameSenseIfcBoolean (BOOLEAN)IfcGridAxis

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcGridAxis has the following local and inherited inverse attributes:
AttributeTypeDefined By
 PartOfWSET OF IfcGrid (ENTITY)IfcGridAxis
 PartOfVSET OF IfcGrid (ENTITY)IfcGridAxis
 PartOfUSET OF IfcGrid (ENTITY)IfcGridAxis
 HasIntersectionsSET OF IfcVirtualGridIntersection (ENTITY)IfcGridAxis

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
2016-06-01T11:21:44-04:00