
The TProfile object defines the properties of a T profile.
The TProfile object is derived from the Profile object.
sectionApi.profiles()[name]

This method creates a TProfile object.
sectionApi.TProfile
odb_TProfile&
TProfile(const odb_String& name,
double b,
double h,
double l,
double tf,
double tw);Required arguments
An odb_String specifying the repository key.
A positive Double specifying the b dimension (flange width) of the T profile. For more information, see “Beam cross-section library,” Section 29.3.9 of the Abaqus Analysis User's Guide.
A positive Double specifying the h dimension (height) of the T profile.
A positive Double specifying the l dimension (offset of 1–axis from the edge of web) of the T profile.
A positive Double specifying the tf dimension (flange thickness) of the T profile (tf < h).
A positive Double specifying the tw dimension (web thickness) of the T profile (tw< b).
Optional arguments
Return value
A TProfile object.
Exceptions
RangeError.

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