ENTITY IfcPhysicalQuantity

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcPhysicalQuantity
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcPhysicalComplexQuantity
	,IfcPhysicalSimpleQuantity));
	Name : IfcLabel;
	Description : OPTIONAL IfcText;
 INVERSE
	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
 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
 IfcElementQuantity ENTITY IfcPhysicalQuantity
 IfcPhysicalComplexQuantity ENTITY IfcPhysicalQuantity


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00