The AcousticInfiniteSection object defines the properties of an acoustic section.
The AcousticInfiniteSection object is derived from the Section object.
import section mdb.models[name].sections[name] import odbSection session.odbs[name].sections[name]
This method creates an AcousticInfiniteSection object.
mdb.models[name].AcousticInfiniteSection session.odbs[name].AcousticInfiniteSection
Required arguments
A String specifying the repository key.
A String specifying the name of the material.
Optional arguments
A Float 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.
This method modifies the AcousticInfiniteSection object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the AcousticInfiniteSection method, except for the name argument.
Return value
Exceptions
RangeError.
The AcousticInfiniteSection object has members with the same names and descriptions as the arguments to the AcousticInfiniteSection method.