The HomogeneousSolidSection object defines the properties of a solid section.
The HomogeneousSolidSection object is derived from the SolidSection object.
import section mdb.models[name].sections[name] import odbSection session.odbs[name].sections[name]
This method creates a HomogeneousSolidSection object.
mdb.models[name].HomogeneousSolidSection session.odbs[name].HomogeneousSolidSection
Required arguments
A String specifying the repository key.
A String specifying the name of the material.
Optional argument
None or a Float specifying the thickness of the section. Possible values are None or a floating point value such thatthickness 0.0. The default value is None.
Return value
A HomogeneousSolidSection object.
Exceptions
InvalidNameError and RangeError.
This method modifies the HomogeneousSolidSection object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the HomogeneousSolidSection method, except for the name argument.
Return value
Exceptions
RangeError.
The HomogeneousSolidSection object has members with the same names and descriptions as the arguments to the HomogeneousSolidSection method.