Class Ifc4::IfcNamedUnit¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public IfcUtil::IfcBaseEntity(Class IfcBaseEntity)
Derived Types¶
public Ifc4::IfcContextDependentUnit(Class Ifc4::IfcContextDependentUnit)public Ifc4::IfcConversionBasedUnit(Class Ifc4::IfcConversionBasedUnit)public Ifc4::IfcSIUnit(Class Ifc4::IfcSIUnit)
Class Documentation¶
-
class
Ifc4::IfcNamedUnit: public IfcUtil::IfcBaseEntity¶ Definition from ISO/CD 10303-41:1992: A named unit is a unit quantity associated with the word, or group of words, by which the unit is identified.
NOTE Corresponding ISO 10303 name: named_unit, please refer to ISO/IS 10303-41 for the final definition of the formal standard.
HISTORY New type in IFC Release 1.5.1.
Subclassed by Ifc4::IfcContextDependentUnit, Ifc4::IfcConversionBasedUnit, Ifc4::IfcSIUnit
Public Types
-
typedef IfcTemplatedEntityList<IfcNamedUnit>
list¶
Public Functions
-
::Ifc4::IfcDimensionalExponents *
Dimensions() const¶ The dimensional exponents of the SI base units by which the named unit is defined.
-
void
setDimensions(::Ifc4::IfcDimensionalExponents *v)¶
-
::Ifc4::IfcUnitEnum::Value
UnitType() const¶ The type of the unit.
-
void
setUnitType(::Ifc4::IfcUnitEnum::Value v)¶
-
IfcNamedUnit(IfcEntityInstanceData *e)¶
-
IfcNamedUnit(::Ifc4::IfcDimensionalExponents *v1_Dimensions, ::Ifc4::IfcUnitEnum::Value v2_UnitType)¶
-
typedef IfcTemplatedEntityList<IfcNamedUnit>