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