LProfile(...)
This method creates a LProfile object.
Path
mdb.models[name].LProfile session.odbs[name].LProfile
Required arguments
- name
-
A String specifying the repository key.
- a
-
A positive Float specifying the a dimension (flange length) of the L profile. For more information, see Beam Cross-Section Library.
- b
-
A positive Float specifying the b dimension (flange length) of the L profile.
- t1
-
A positive Float specifying the t1 dimension (flange thickness) of the L profile (t1 < b).
- t2
-
A positive Float specifying the t2 dimension (flange thickness) of the L profile (t2< a).
Optional arguments
None.
Return value
A LProfile object.
Exceptions
RangeError.