The CompositeSolidSection object defines the properties of a composite solid section.
The CompositeSolidSection object is derived from the Section object.
sectionApi.sections()[name]
This method creates a CompositeSolidSection object.
sectionApi.CompositeSolidSection
odb_CompositeSolidSection& CompositeSolidSection(const odb_String& name, const odb_SequenceSectionLayer& layup, bool symmetric, const odb_String& layupName);
Required arguments
An odb_String specifying the repository key.
A sequence of SectionLayer objects 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 false.
An odb_String specifying the layup name for this section. The default value is an empty string.
Return value
A CompositeSolidSection object.
Exceptions
The CompositeSolidSection object has members with the same names and descriptions as the arguments to the CompositeSolidSection method.