The AcousticInfiniteSection object defines the properties of an acoustic section.
The AcousticInfiniteSection object is derived from the Section object.
sectionApi.sections()[name]
This method creates an AcousticInfiniteSection object.
sectionApi.AcousticInfiniteSection
odb_AcousticInfiniteSection& AcousticInfiniteSection(const odb_String& name, const odb_String& material, double thickness, int order);
Required arguments
An odb_String specifying the repository key.
An odb_String specifying the name of the material.
Optional arguments
A Double specifying the thickness of the section. Possible values are thickness
0.0. The default value is 1.0.
An Int specifying the number of ninth-order polynomials that will be used to resolve the variation of the acoustic field in the infinite direction. Possible values are 0
order
10. The default value is 10.
Return value
An AcousticInfiniteSection object.
Exceptions
InvalidNameError and RangeError.
The AcousticInfiniteSection object has members with the same names and descriptions as the arguments to the AcousticInfiniteSection method.