The CircularProfile object defines the properties of a solid circular profile.
The CircularProfile object is derived from the Profile object.
sectionApi.profiles()[name]
This method creates a CircularProfile object.
sectionApi.CircularProfile
odb_CircularProfile& CircularProfile(const odb_String& name, double r);
Required arguments
An odb_String specifying the repository key.
A positive Double specifying the r dimension (outer radius) of the circular profile. For more information, see “Beam cross-section library,” Section 28.3.9 of the Abaqus Analysis User's Manual.
Optional arguments
Return value
A CircularProfile object.
Exceptions
RangeError.
The CircularProfile object has members with the same names and descriptions as the arguments to the CircularProfile method.