ENTITY IfcSIUnit

(* SCHEMA IFC4; *)
ENTITY IfcSIUnit
 SUBTYPE OF (IfcNamedUnit);
	Prefix : OPTIONAL IfcSIPrefix;
	Name : IfcSIUnitName;
 DERIVE
	SELF\IfcNamedUnit.Dimensions : IfcDimensionalExponents := IfcDimensionsForSiUnit (SELF.Name);
END_ENTITY;

Explicit Attributes

Entity IfcSIUnit has the following local and inherited explicit attributes:
AttributeTypeDefined By
 Dimensions*IfcDimensionalExponents (ENTITY)IfcSIUnit(Redcl from IfcNamedUnit)
 UnitTypeIfcUnitEnum (ENUM)IfcNamedUnit
 PrefixIfcSIPrefix (ENUM)IfcSIUnit
 NameIfcSIUnitName (ENUM)IfcSIUnit

* - Explicit attribute redeclared as derived

Derived Attributes

Entity IfcSIUnit has the following local and inherited derived attributes:
AttributeTypeDefined By
 DimensionsIfcDimensionalExponents (ENTITY)IfcSIUnit(Redcl from IfcNamedUnit)

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcSIUnit inherits from the following supertypes:
  IfcNamedUnit

Subtypes

    No subtypes

Referenced By

Entity IfcSIUnit and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcCorrectUnitAssignment FUNCTION IfcNamedUnit
 IfcDerivedUnitElement ENTITY IfcNamedUnit
 IfcNamedUnit ENTITY IfcSIUnit
 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:47-04:00