56.4 CircularProfile object

The CircularProfile object defines the properties of a solid circular profile.

The CircularProfile object is derived from the Profile object.

Access
sectionApi.profiles()[name]


56.4.1 CircularProfile(...)

This method creates a CircularProfile object.

Path
sectionApi.CircularProfile
Prototype
odb_CircularProfile&
CircularProfile(const odb_String& name,
                double r);

Required arguments

name

An odb_String specifying the repository key.

r

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

None.

Return value

A CircularProfile object.

Exceptions

RangeError.


56.4.2  Members

The CircularProfile object has members with the same names and descriptions as the arguments to the CircularProfile method.


56.4.3  Corresponding analysis keywords

*BEAM SECTION, SECTION=CIRC