General#

class Units(*values)#

Bases: Enum

SI_Metric = 1#
USCS_Imperial = 2#
class ProgramModeSelection(*values)#

Bases: Enum

PileAnalysis = 1#
CapacityCalcuations = 2#
class General(client: Client, model_id: str)#

Bases: object

getUnits() Units#
setUnits(units: Units, resetValues: bool)#

if resetValues is True, resets all values used throughout the project to their default values for the selected units if resetValues is False, only changes the unit system to the selected units, leaving all other values unchanged.

getProgramMode() ProgramModeSelection#
setProgramMode(programModeSelection: ProgramModeSelection)#

if changed, resets the Capacity Calculations and Pile Analysis settings to their default values