ENTITY IfcNamedUnit

(* SCHEMA IFC4; *)
ENTITY IfcNamedUnit
 ABSTRACT SUPERTYPE OF (ONEOF
    (IfcContextDependentUnit
    ,IfcConversionBasedUnit
    ,IfcSIUnit));
	Dimensions : IfcDimensionalExponents;
	UnitType : IfcUnitEnum;
 WHERE
	WR1 : IfcCorrectDimensions (SELF.UnitType, SELF.Dimensions);
END_ENTITY;

Explicit Attributes

Entity IfcNamedUnit has the following local and inherited explicit attributes:
AttributeTypeDefined By
 DimensionsIfcDimensionalExponents (ENTITY)IfcNamedUnit
 UnitTypeIfcUnitEnum (ENUM)IfcNamedUnit

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity IfcNamedUnit has the following subtypes:
    IfcContextDependentUnit*
    IfcConversionBasedUnit*
    IfcConversionBasedUnitWithOffset
    IfcSIUnit*
* - Immediate Subtypes

Referenced By

Entity IfcNamedUnit and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcCorrectUnitAssignment FUNCTION IfcNamedUnit
 IfcDerivedUnitElement ENTITY IfcNamedUnit
 IfcPhysicalSimpleQuantity ENTITY IfcNamedUnit
 IfcProjectedCRS ENTITY IfcNamedUnit
 IfcSIUnit ENTITY IfcNamedUnit
 IfcUnit SELECT IfcNamedUnit


[Top Level Definitions] [Exit]

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