ENTITY IfcGrid
(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcGrid
SUBTYPE OF (IfcProduct);
UAxes : LIST [1:?] OF UNIQUE IfcGridAxis;
VAxes : LIST [1:?] OF UNIQUE IfcGridAxis;
WAxes : OPTIONAL LIST [1:?] OF UNIQUE IfcGridAxis;
INVERSE
ContainedInStructure : SET [0:1] OF IfcRelContainedInSpatialStructure FOR RelatedElements;
WHERE
WR1 : EXISTS(SELF\IfcProduct.ObjectPlacement);
WR2 : NOT(EXISTS(SELF\IfcProduct.Representation));
END_ENTITY;
Explicit Attributes
Entity IfcGrid has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcGrid has the following local and inherited inverse attributes:
Supertypes
Entity IfcGrid inherits from the following supertypes:
IfcRoot
IfcObject
IfcProduct
Subtypes
No subtypesReferenced By
Entity IfcGrid and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00