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:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcPhysicalQuantity
 DescriptionIfcText (STRING)IfcPhysicalQuantity

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcPhysicalQuantity has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasExternalReferencesSET OF IfcExternalReferenceRelationship (ENTITY)IfcPhysicalQuantity
 PartOfComplexSET OF IfcPhysicalComplexQuantity (ENTITY)IfcPhysicalQuantity

Supertypes

    No supertypes

Subtypes

Entity IfcPhysicalQuantity has the following subtypes:
    IfcPhysicalComplexQuantity*
    IfcPhysicalSimpleQuantity*
    IfcQuantityArea
    IfcQuantityCount
    IfcQuantityLength
    IfcQuantityTime
    IfcQuantityVolume
    IfcQuantityWeight
* - Immediate Subtypes

Referenced By

Entity IfcPhysicalQuantity and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcConstructionResource ENTITY IfcPhysicalQuantity
 IfcConstructionResourceType ENTITY IfcPhysicalQuantity
 IfcCostItem ENTITY IfcPhysicalQuantity
 IfcElementQuantity ENTITY IfcPhysicalQuantity
 IfcPhysicalComplexQuantity ENTITY IfcPhysicalQuantity
 IfcResourceObjectSelect SELECT IfcPhysicalQuantity
 IfcUniqueQuantityNames FUNCTION IfcPhysicalQuantity


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:45-04:00