Class Ifc4x3_rc1::IfcQuantityVolume

Nested Relationships

This class is a nested type of Struct Ifc4x3_rc1.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x3_rc1::IfcQuantityVolume : public Ifc4x3_rc1::IfcPhysicalSimpleQuantity

IfcQuantityVolume is a physical quantity that defines a derived volume measure to provide an element’s physical property. It is normally derived from the physical properties of the element under the specific measure rules given by a method of measurement.

EXAMPLE A thick brick wall may be measured according to its volume. The actual size of the volume depends on the method of measurement used.

HISTORY New entity in IFC2x. It replaces the calcXxx attributes used in previous IFC Releases.

Public Types

typedef IfcTemplatedEntityList<IfcQuantityVolume> list

Public Functions

double VolumeValue() const

Volume measure value of this quantity.

void setVolumeValue(double v)
bool hasFormula() const

Whether the optional attribute Formula is defined for this IfcQuantityVolume.

std::string Formula() const

A formula by which the quantity has been calculated. It can be assigned in addition to the actual value of the quantity. Formulas could be mathematic calculations (like width x height), database links, or a combination. The formula is for informational purposes only.

IFC2x4 CHANGE Attribute added to the end of the attribute list.

void setFormula(std::string v)
const IfcParse::entity &declaration() const
IfcQuantityVolume(IfcEntityInstanceData *e)
IfcQuantityVolume(std::string v1_Name, boost::optional<std::string> v2_Description, ::Ifc4x3_rc1::IfcNamedUnit *v3_Unit, double v4_VolumeValue, boost::optional<std::string> v5_Formula)

Public Static Functions

const IfcParse::entity &Class()