_Truss

class _Truss(dll: SofDll)

Bases: object

High-level wrapper for truss-related data access and operations.

The class aggregates the low-level interfaces _TrussData, _TrussLoad, and _TrussResults into a single abstraction. It provides a structured entry point for reading, manipulating and evaluating truss definitions, applied loads, and analysis results.

data: _TrussData
load: _TrussLoad
result: _TrussResult