Editing IFC - Industry Foundation Classes/IFC concepts/IFC cost concepts

From Wiki.OSArch

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 341: Line 341:
  
 
This means that if you have a "Category" filled out for a cost value, its value will always be derived if you have nested cost items. If you do not have any cost items, then you are free to fill in a value.
 
This means that if you have a "Category" filled out for a cost value, its value will always be derived if you have nested cost items. If you do not have any cost items, then you are free to fill in a value.
 
Source: IfcCostItem
 
 
== A cost value may be calculated from a formula ==
 
 
<!--
 
digraph {
 
  node [ shape=rect, color="lightblue" ];
 
  edge [ fontsize=10 ];
 
  IfcCostValue -> one [label="Components[0]"]
 
  IfcCostValue -> two [label="Components[1]"]
 
  IfcCostValue -> MULTIPLY [label="ArithmeticOperator"]
 
  one -> 2 [label=AppliedValue]
 
  two -> 3 [label=AppliedValue]
 
  one [label="IfcCostValue"]
 
  two [label="IfcCostValue"]
 
  2 [shape=ellipse]
 
  3 [shape=ellipse]
 
  MULTIPLY [shape=ellipse]
 
  IfcCostValue -> 6 [label="AppliedValue"]
 
  6 [shape=ellipse]
 
}
 
-->
 
 
[[File:Ifc-concept-cost-costitem-costvalue-components.png]]
 
 
A cost value may be calculated from a formula, like "3 x 2". The operands of this formula ("3" and "2") are known as components. The operator of the formula ("x") is known as t he arithmetic operator. This may be nested, or use summing or category filters to create complex formulas to derive the cost value.
 
  
 
Source: IfcCostItem
 
Source: IfcCostItem

Please note that all contributions to Wiki.OSArch are considered to be released under the Creative Commons Attribution-ShareAlike (see Wiki.OSArch:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)