CircularProfile object

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

The CircularProfile object is derived from the Profile object.

The following topics are discussed:

Access

import section
mdb.models[name].profiles[name]
import odbSection
session.odbs[name].profiles[name]

CircularProfile(...)

This method creates a CircularProfile object.

Path

mdb.models[name].CircularProfile
session.odbs[name].CircularProfile

Required arguments

name

A String specifying the repository key.

r

A positive Float specifying the r dimension (outer radius) of the circular profile. For more information, see Beam cross-section library.

Optional arguments

None.

Return value

A CircularProfile object.

Exceptions

RangeError.

setValues(...)

This method modifies the CircularProfile object.

Required arguments

None.

Optional arguments

The optional arguments to setValues are the same as the arguments to the CircularProfile method, except for the name argument.

Return value

None.

Exceptions

RangeError.

Members

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

Corresponding analysis keywords