The EulerianSection object defines the properties of a Eulerian section.
The EulerianSection object is derived from the Section object.
sectionApi.sections()[name]
This method creates a EulerianSection object.
sectionApi.EulerianSection
odb_EulerianSection& EulerianSection(const odb_String& name, const odb_StringRepository& data);
Required arguments
An odb_String specifying the repository key.
A repository of String objects specifying a dictionary mapping Material instance names to Material names.
Optional arguments
Return value
An EulerianSection object.
Exceptions
The EulerianSection object has members with the same names and descriptions as the arguments to the EulerianSection method.