The CompositeSolidSection object defines the properties of a composite solid section.
The CompositeSolidSection object is derived from the Section object.
import section mdb.models[name].sections[name] import odbSection session.odbs[name].sections[name]
This method creates a CompositeSolidSection object.
mdb.models[name].CompositeSolidSection session.odbs[name].CompositeSolidSection
Required arguments
A String specifying the repository key.
A SectionLayerArray object specifying the solid cross-section.
Optional arguments
A Boolean specifying whether or not the layup should be made symmetric by the analysis. The default value is OFF.
A String specifying the layup name for this section. The default value is an empty string.
Return value
A CompositeSolidSection object.
Exceptions
This method modifies the CompositeSolidSection object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the CompositeSolidSection method, except for the name argument.
Return value
Exceptions
The CompositeSolidSection object has members with the same names and descriptions as the arguments to the CompositeSolidSection method.