The SurfaceSection object defines the properties of a surface section.
The SurfaceSection 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 SurfaceSection object.
mdb.models[name].SurfaceSection session.odbs[name].SurfaceSection
Required argument
A String specifying the repository key.
Optional arguments
A Boolean specifying whether or not to use the value of density. The default value is OFF.
A Float specifying the value of density to apply to this section. The default value is 0.0.
Return value
A SurfaceSection object.
Exceptions
RangeError and InvalidNameError.
The SurfaceSection object has members with the same names and descriptions as the arguments to the SurfaceSection method.
In addition, the SurfaceSection object can have the following member:
A RebarLayers object specifying reinforcement properties.