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