The CircularProfile object defines the properties of a solid circular profile.
The CircularProfile object is derived from the Profile object.
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
This method creates a CircularProfile object.
mdb.models[name].CircularProfile session.odbs[name].CircularProfile
Required arguments
A String specifying the repository key.
A positive Float specifying the r dimension (outer radius) of the circular profile. For more information, see “Beam cross-section library,” Section 29.3.9 of the Abaqus Analysis User's Guide.
Optional arguments
Return value
A CircularProfile object.
Exceptions
RangeError.
This method modifies the CircularProfile object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the CircularProfile method, except for the name argument.
Return value
Exceptions
RangeError.
The CircularProfile object has members with the same names and descriptions as the arguments to the CircularProfile method.