CompositeSolidSection(...)
This method creates a CompositeSolidSection object.
Path
mdb.models[name].CompositeSolidSection session.odbs[name].CompositeSolidSection
Required arguments
- name
A String specifying the repository key.
- layup
A SectionLayerArray object specifying the solid cross-section.
Optional arguments
- symmetric
A Boolean specifying whether or not the layup should be made symmetric by the analysis. The default value is OFF.
- layupName
A String specifying the layup name for this section. The default value is an empty string.
Return value
A CompositeSolidSection object.
Exceptions
None.