63.7 CompositeSolidSection object

The CompositeSolidSection object defines the properties of a composite solid section.

The CompositeSolidSection object is derived from the Section object.

Access
sectionApi.sections()[name]


63.7.1 CompositeSolidSection(...)

This method creates a CompositeSolidSection object.

Path
sectionApi.CompositeSolidSection
Prototype
odb_CompositeSolidSection&
CompositeSolidSection(const odb_String& name,
                      const odb_SequenceSectionLayer& layup,
                      bool symmetric,
                      const odb_String& layupName);

Required arguments

name

An odb_String specifying the repository key.

layup

A sequence of SectionLayer objects 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 false.

layupName

An odb_String specifying the layup name for this section. The default value is an empty string.

Return value

A CompositeSolidSection object.

Exceptions

None.


63.7.2  Members

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


63.7.3  Corresponding analysis keywords

*SOLID SECTION