The TProfile object defines the properties of a T profile.
The TProfile object is derived from the Profile object.
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
This method creates a TProfile object.
mdb.models[name].TProfile session.odbs[name].TProfile
Required arguments
A String specifying the repository key.
A positive Float 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 Float specifying the h dimension (height) of the T profile.
A positive Float specifying the l dimension (offset of 1–axis from the edge of web) of the T profile.
A positive Float specifying the tf dimension (flange thickness) of the T profile (tf < h).
A positive Float specifying the tw dimension (web thickness) of the T profile (tw< b).
Optional arguments
Return value
A TProfile object.
Exceptions
RangeError.
This method modifies the TProfile object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the TProfile method, except for the name argument.
Return value
Exceptions
RangeError.
The TProfile object has members with the same names and descriptions as the arguments to the TProfile method.