General InformationThis opening ID is invoked during the creation of a Piping or a HVAC BOM table template. It is simply using the Length attribute of the pipe. Customizing this rule lets you to implement another way to compute the length of pipes. Sample
Result = NULL let PipingPipeObject(Piping_Pipe) set PipingPipeObject = ThisObject.Reference if (PipingPipeObject <> NULL) { Result = PipingPipeObject.V_Length } //Message("Result: ", Result) |