Class Ifc4x2::IfcPhysicalComplexQuantity¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcPhysicalQuantity
(Class Ifc4x2::IfcPhysicalQuantity)
Class Documentation¶
-
class
Ifc4x2
::
IfcPhysicalComplexQuantity
: public Ifc4x2::IfcPhysicalQuantity¶ The complex physical quantity, IfcPhysicalComplexQuantity, is an entity that holds a set of single quantity measure value (as defined at the subtypes of IfcPhysicalSimpleQuantity), that all apply to a given component or aspect of the element.
EXAMPLE: A layered element, like a wall, may have several material layers, each having individual quantities, like footprint area, side area and volume. An instance of IfcPhysicalComplexQuantity would group these individual quantities (given by a subtype of IfcPhysicalSimpleQuantity) and name them according to the material layer name by using the Name attribute. The Discrimination attribute would then be ‘layer’.
A section “Quantity Use Definition” at individual entities as subtypes of IfcBuildingElement gives guidance to the usage of the Name and Discrimination attribute to characterize the complex quantities.
HISTORY New entity in IFC2x2 Addendum 1.
IFC2x2 ADDENDUM 1 CHANGE The entity IfcPhysicalComplexQuantity has been added. Upward compatibility for file based exchange is guaranteed.
Public Types
-
typedef IfcTemplatedEntityList<IfcPhysicalComplexQuantity>
list
¶
Public Functions
-
IfcTemplatedEntityList<::Ifc4x2::IfcPhysicalQuantity>::ptr
HasQuantities
() const¶ Set of physical quantities that are grouped by this complex physical quantity according to a given discrimination.
-
void
setHasQuantities
(IfcTemplatedEntityList<::Ifc4x2::IfcPhysicalQuantity>::ptr v)¶
-
std::string
Discrimination
() const¶ Identification of the discrimination by which this physical complex property is distinguished. Examples of discriminations are ‘layer’, ‘steel bar diameter’, etc.
-
void
setDiscrimination
(std::string v)¶
-
bool
hasQuality
() const¶ Whether the optional attribute Quality is defined for this IfcPhysicalComplexQuantity.
-
std::string
Quality
() const¶ Additional indication of a quality of the quantities that are grouped under this physical complex quantity.
-
void
setQuality
(std::string v)¶
-
bool
hasUsage
() const¶ Whether the optional attribute Usage is defined for this IfcPhysicalComplexQuantity.
-
std::string
Usage
() const¶ Additional indication of a usage type of the quantities that are grouped under this physical complex quantity.
-
void
setUsage
(std::string v)¶
-
IfcPhysicalComplexQuantity
(IfcEntityInstanceData *e)¶
-
IfcPhysicalComplexQuantity
(std::string v1_Name, boost::optional<std::string> v2_Description, IfcTemplatedEntityList<::Ifc4x2::IfcPhysicalQuantity>::ptr v3_HasQuantities, std::string v4_Discrimination, boost::optional<std::string> v5_Quality, boost::optional<std::string> v6_Usage)¶
-
typedef IfcTemplatedEntityList<IfcPhysicalComplexQuantity>