TProfile(...)
This method creates a TProfile object.
Path
mdb.models[name].TProfile session.odbs[name].TProfile
Required arguments
- name
-
A String specifying the repository key.
- b
-
A positive Float specifying the b dimension (flange width) of the T profile. For more information, see Beam Cross-Section Library.
- h
-
A positive Float specifying the h dimension (height) of the T profile.
- l
-
A positive Float specifying the l dimension (offset of 1–axis from the edge of web) of the T profile.
- tf
-
A positive Float specifying the tf dimension (flange thickness) of the T profile (tf < h).
- tw
-
A positive Float specifying the tw dimension (web thickness) of the T profile (tw< b).
Optional arguments
None.
Return value
A TProfile object.
Exceptions
RangeError.