The PEGSection object defines the properties of a solid section.
The PEGSection 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 PEGSection object.
mdb.models[name].PEGSection session.odbs[name].PEGSection
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.
A Float specifying the value of the x component of the angle between the bounding planes, . The default value is 0.0.
A Float specifying the value of the y component of the angle between the bounding planes, . The default value is 0.0.
Return value
A PEGSection object.
Exceptions
InvalidNameError and RangeError.
This method modifies the PEGSection object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the PEGSection method, except for the name argument.
Return value
Exceptions
RangeError.
The PEGSection object has members with the same names and descriptions as the arguments to the PEGSection method.