The LProfile object defines the properties of a L profile.
The LProfile 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 LProfile object.
mdb.models[name].LProfile session.odbs[name].LProfile
Required arguments
A String specifying the repository key.
A positive Float specifying the a dimension (flange length) of the L 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 b dimension (flange length) of the L profile.
A positive Float specifying the t1 dimension (flange thickness) of the L profile (t1 < b).
A positive Float specifying the t2 dimension (flange thickness) of the L profile (t2< a).
Optional arguments
Return value
A LProfile object.
Exceptions
RangeError.
This method modifies the LProfile object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the LProfile method, except for the name argument.
Return value
Exceptions
RangeError.
The LProfile object has members with the same names and descriptions as the arguments to the LProfile method.