HomogeneousSolidSection(...)
This method creates a HomogeneousSolidSection object.
Path
mdb.models[name].HomogeneousSolidSection session.odbs[name].HomogeneousSolidSection
Required arguments
- name
-
A String specifying the repository key.
- material
-
A String specifying the name of the material.
Optional arguments
- thickness
-
A Float specifying the thickness of the section. Possible values are None or greater than zero. The default value is 1.0.
Return value
A HomogeneousSolidSection object.
Exceptions
InvalidNameError and RangeError.