SurfaceSection(...)
This method creates a SurfaceSection object.
Path
mdb.models[name].SurfaceSection session.odbs[name].SurfaceSection
Required arguments
- name
A String specifying the repository key.
Optional arguments
- useDensity
A Boolean specifying whether or not to use the value of density. The default value is OFF.
- density
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.