ENTITY IfcPhysicalComplexQuantity
(* SCHEMA IFC4; *)
ENTITY IfcPhysicalComplexQuantity
 SUBTYPE OF (IfcPhysicalQuantity);
	HasQuantities : SET [1:?] OF IfcPhysicalQuantity;
	Discrimination : IfcLabel;
	Quality : OPTIONAL IfcLabel;
	Usage : OPTIONAL IfcLabel;
 WHERE
	NoSelfReference : SIZEOF(QUERY(temp <* HasQuantities | SELF :=: temp)) = 0;
	UniqueQuantityNames : IfcUniqueQuantityNames(HasQuantities);
END_ENTITY;
Explicit Attributes
Entity IfcPhysicalComplexQuantity has the following local and inherited explicit attributes:
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcPhysicalComplexQuantity has the following local and inherited inverse attributes:
Supertypes
Entity IfcPhysicalComplexQuantity inherits from the following supertypes:
  IfcPhysicalQuantity
Subtypes
    No subtypesReferenced By
Entity IfcPhysicalComplexQuantity 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