Global Coefficients#

This module contains a collection of classes for validating global coefficient formulas and executing them on project samples.

ProcessGlobalCoefficient#

class ProcessGlobalCoefficient#

Processes the result of a Global Coefficient formula. Handles the check and compute requests in a single call.

run() None#

Performs a process-formula request.

property result: float | None#

Get the result of the Global Coefficient formula.

ProcessGlobalCoefficientDirectory#

class ProcessGlobalCoefficientDirectory#

Extends GlobalCoefficientRequestDirectory for computing the result of a Global Coefficient formula.