ENTITY IfcPhysicalQuantity
(* SCHEMA IFC4; *)
ENTITY IfcPhysicalQuantity
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcPhysicalComplexQuantity
	,IfcPhysicalSimpleQuantity));
	Name : IfcLabel;
	Description : OPTIONAL IfcText;
 INVERSE
	HasExternalReferences : SET [0:?] OF IfcExternalReferenceRelationship FOR RelatedResourceObjects;
	PartOfComplex : SET [0:1] OF IfcPhysicalComplexQuantity FOR HasQuantities;
END_ENTITY;
Explicit Attributes
Entity IfcPhysicalQuantity has the following local and inherited explicit attributes:
| Attribute | Type | Defined By | 
|---|
 |  Name | IfcLabel (STRING) | IfcPhysicalQuantity |  
|  Description | IfcText (STRING) | IfcPhysicalQuantity |  
 
 | 
Derived Attributes
    No derived attributes
Inverse Attributes
Entity IfcPhysicalQuantity has the following local and inherited inverse attributes:
Supertypes
    No supertypesSubtypes
Entity IfcPhysicalQuantity has the following subtypes:
    IfcPhysicalComplexQuantity*
    IfcPhysicalSimpleQuantity*
    IfcQuantityArea
    IfcQuantityCount
    IfcQuantityLength
    IfcQuantityNumber
    IfcQuantityTime
    IfcQuantityVolume
    IfcQuantityWeight
* - Immediate Subtypes
Referenced By
Entity IfcPhysicalQuantity 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