ENTITY IfcProject
(* SCHEMA IFC2X3; *)
ENTITY IfcProject
SUBTYPE OF (IfcObject);
LongName : OPTIONAL IfcLabel;
Phase : OPTIONAL IfcLabel;
RepresentationContexts : SET [1:?] OF IfcRepresentationContext;
UnitsInContext : IfcUnitAssignment;
WHERE
WR31 : EXISTS(SELF\IfcRoot.Name);
WR32 : SIZEOF(QUERY(Temp <* RepresentationContexts |
'IFC2X3.IFCGEOMETRICREPRESENTATIONSUBCONTEXT' IN TYPEOF(Temp)
)) = 0;
WR33 : SIZEOF(SELF\IfcObjectDefinition.Decomposes) = 0;
END_ENTITY;
Explicit Attributes
Entity IfcProject has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcProject has the following local and inherited inverse attributes:
Supertypes
Entity IfcProject inherits from the following supertypes:
IfcRoot
IfcObjectDefinition
IfcObject
Subtypes
No subtypesReferenced By
Entity IfcProject and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:21:13-04:00