The TrussSection object defines the properties of a truss section.
The TrussSection object is derived from the Section object.
sectionApi.sections()[name]
This method creates a TrussSection object.
sectionApi.TrussSection
odb_TrussSection& TrussSection(const odb_String& name, const odb_String& material, double area);
Required arguments
An odb_String specifying the repository key.
An odb_String specifying the name of the material.
Optional argument
A Double specifying the cross-sectional area for the section. Possible values are area
0. The default value is 1.0.
Return value
A TrussSection object.
Exceptions
RangeError and InvalidNameError.
The TrussSection object has members with the same names and descriptions as the arguments to the TrussSection method.