
The HomogeneousSolidSection object defines the properties of a solid section.
The HomogeneousSolidSection object is derived from the SolidSection object.
sectionApi.sections()[name]

This method creates a HomogeneousSolidSection object.
sectionApi.HomogeneousSolidSection
odb_HomogeneousSolidSection&
HomogeneousSolidSection(const odb_String& name,
const odb_String& material,
odb_Union thickness);Required arguments
An odb_String specifying the repository key.
An odb_String specifying the name of the material.
Optional argument
The string "NONE" or a Double 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.

The HomogeneousSolidSection object has members with the same names and descriptions as the arguments to the HomogeneousSolidSection method.