AcousticInfiniteSection(...)
This method creates an AcousticInfiniteSection object.
Path
mdb.models[name].AcousticInfiniteSection session.odbs[name].AcousticInfiniteSection
Required arguments
- name
A String specifying the repository key.
- material
A String specifying the name of the material.
Optional arguments
- thickness
A Float specifying the thickness of the section. Possible values are thickness 0.0. The default value is 1.0.
- order
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.