The LProfile object defines the properties of a L profile.
The LProfile object is derived from the Profile object.
sectionApi.profiles()[name]
This method creates a LProfile object.
sectionApi.LProfile
odb_LProfile& LProfile(const odb_String& name, double a, double b, double t1, double t2);
Required arguments
An odb_String specifying the repository key.
A positive Double specifying the a dimension (flange length) of the L profile. For more information, see “Beam cross-section library,” Section 28.3.9 of the Abaqus Analysis User's Manual.
A positive Double specifying the b dimension (flange length) of the L profile.
A positive Double specifying the t1 dimension (flange thickness) of the L profile (t1 < b).
A positive Double specifying the t2 dimension (flange thickness) of the L profile (t2< a).
Optional arguments
Return value
A LProfile object.
Exceptions
RangeError.
The LProfile object has members with the same names and descriptions as the arguments to the LProfile method.