API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > PropertyCalculator Class
PropertyCalculator Class
Syntax
C++
class PropertyCalculator;

TbIfcPropertyCalculator.h

A utility class that executes a calculation to determine the value of special IFC parameters.

Determines if the calculator allows string values to be cached.
 
Performs the calculation. 
Determines if the calculator calculates only one value, or multiple.
 
Gets the calculated boolean value. Default method is not implemented.
 
Gets the calculated double value. Default method is not implemented.
 
Gets the calculated integer value. Default method is not implemented.
 
Gets the calculated logical value. Default method is not implemented.
 
Retrieves parameter data for a specific IFC handle. May be implemented in derived classes. Designed to retrieve data for subelement parameter overrides. By default returns false.
 
Gets the calculated string value. Default method is not implemented.
 
Gets the calculated string values. Use if CalculatesMutipleValues is true. Default method is not implemented.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.