TrussSection(...)
This method creates a TrussSection object.
Path
mdb.models[name].TrussSection session.odbs[name].TrussSection
Required arguments
- name
A String specifying the repository key.
- material
A String specifying the name of the material.
Optional arguments
- area
A Float 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.