The AcousticInterfaceSection object defines the properties of an acoustic section.
The AcousticInterfaceSection object is derived from the Section object.
sectionApi.sections()[name]
This method creates an AcousticInterfaceSection object.
sectionApi.AcousticInterfaceSection
odb_AcousticInterfaceSection& AcousticInterfaceSection(const odb_String& name, double thickness);
Required argument
An odb_String specifying the repository key.
Optional argument
A Double specifying the thickness of the section. Possible values are thickness
0.0. The default value is 1.0.
Return value
An AcousticInterfaceSection object.
Exceptions
InvalidNameError and RangeError.
The AcousticInterfaceSection object has members with the same names and descriptions as the arguments to the AcousticInterfaceSection method.