Class Ifc2x3::IfcPropertyListValue¶
Defined in File Ifc2x3.h
Nested Relationships¶
This class is a nested type of Struct Ifc2x3.
Inheritance Relationships¶
Base Type¶
public Ifc2x3::IfcSimpleProperty
(Class Ifc2x3::IfcSimpleProperty)
Class Documentation¶
-
class
Ifc2x3
::
IfcPropertyListValue
: public Ifc2x3::IfcSimpleProperty¶ An IfcPropertyListValue defines a property that has several (numeric or descriptive) values assigned, these values are given by an ordered list.It defines a property - list value combination for which the property Name, an optional Description,the optional ListValues with measure type and optionally an Unit is given.
An IfcPropertyListValue is a list of values. The order in which values appear is significant. Each value in the list is unique i.e. no duplicate values are allowed. All list members shall be of the same type.
The unit applicable to all values is handled by the Unit attribute:
If the Unit attribute is not given, then the unit is already implied by the type of IfcMeasureValue or IfcDerivedMeasureValue. The associated unit can be found at the IfcUnitAssignment globally defined at the project level (IfcProject.UnitsInContext).
If the Unit attribute is given, then the unit assigned by the Unit attribute overrides the globally assigned unit.
Example of a property with list value is:
Name
ListValues
Type (through IfcValue)
Unit
ApplicableSizes
1200
1600
2400
HISTORY New Entity in Release IFC 2x Edition 2.
IFC2x4 CHANGE Attribute ListValues has been made OPTIONAL with upward compatibility for file based exchange.
Public Types
-
typedef IfcTemplatedEntityList<IfcPropertyListValue>
list
¶
Public Functions
-
IfcEntityList::ptr
ListValues
() const¶ List of property values.
IFC2x4 CHANGE The attribute has been made optional with upward compatibility for file based exchange.
-
void
setListValues
(IfcEntityList::ptr v)¶
-
bool
hasUnit
() const¶ Whether the optional attribute Unit is defined for this IfcPropertyListValue.
-
::Ifc2x3::IfcUnit *
Unit
() const¶ Unit for the list values, if not given, the default value for the measure type (given by the TYPE of nominal value) is used as defined by the global unit assignment at IfcProject.
-
IfcPropertyListValue
(IfcEntityInstanceData *e)¶
-
IfcPropertyListValue
(std::string v1_Name, boost::optional<std::string> v2_Description, IfcEntityList::ptr v3_ListValues, ::Ifc2x3::IfcUnit *v4_Unit)¶