The EulerianSection object defines the properties of a Eulerian section.
The EulerianSection object is derived from the Section object.
import section mdb.models[name].sections[name] import odbSection session.odbs[name].sections[name]
This method creates a EulerianSection object.
mdb.models[name].EulerianSection session.odbs[name].EulerianSection
Required arguments
A String specifying the repository key.
A String-to-String Dictionary specifying a dictionary mapping Material instance names to Material names. Internally the specified mapping gets sorted on Material instance name.
Optional arguments
Return value
An EulerianSection object.
Exceptions
This method modifies the EulerianSection object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the EulerianSection method, except for the name argument.
Return value
Exceptions
The EulerianSection object has members with the same names and descriptions as the arguments to the EulerianSection method.