Class Ifc4x2::IfcCostValue¶
Defined in File Ifc4x2.h
Nested Relationships¶
This class is a nested type of Struct Ifc4x2.
Inheritance Relationships¶
Base Type¶
public Ifc4x2::IfcAppliedValue
(Class Ifc4x2::IfcAppliedValue)
Class Documentation¶
-
class
Ifc4x2
::
IfcCostValue
: public Ifc4x2::IfcAppliedValue¶ IfcCostValue is an amount of money or a value that affects an amount of money.
HISTORY: New Entity in IFC Release 1.0
Use definitions Each instance of IfcCostValue may also have a CostType. There are many possible types of cost value that may be identified. While there is a broad understanding of the meaning of names that may be assigned to different types of costs, there is no general standard for naming cost types nor are there any broadly defined classifications. To allow for any type of cost value, the IfcLabel datatype is assigned.
The following defines some cost types that might be applied:
Annual rate of return Bonus Bulk purchase rebate Contract Consultancy Delivery Estimated cost Hire Installation Interest rate Labor Lease List price Maintenance Material Overhead Postage and packing Profit Purchase Rental Repair Replacement Sale Small quantity surcharge Spares Storage Sub-Contract Trade discount Transportation Waste allowance Whole life
In the absence of any well-defined standard, it is recommended that local agreements should be made to define allowable and understandable cost value types within a project or region.
Public Types
-
typedef IfcTemplatedEntityList<IfcCostValue>
list
¶
Public Functions
-
IfcCostValue
(IfcEntityInstanceData *e)¶
-
IfcCostValue
(boost::optional<std::string> v1_Name, boost::optional<std::string> v2_Description, ::Ifc4x2::IfcAppliedValueSelect *v3_AppliedValue, ::Ifc4x2::IfcMeasureWithUnit *v4_UnitBasis, boost::optional<std::string> v5_ApplicableDate, boost::optional<std::string> v6_FixedUntilDate, boost::optional<std::string> v7_Category, boost::optional<std::string> v8_Condition, boost::optional<::Ifc4x2::IfcArithmeticOperatorEnum::Value> v9_ArithmeticOperator, boost::optional<IfcTemplatedEntityList<::Ifc4x2::IfcAppliedValue>::ptr> v10_Components)¶
-
typedef IfcTemplatedEntityList<IfcCostValue>