The RectangularProfile object defines the properties of a solid rectangular profile.
The RectangularProfile object is derived from the Profile object.
sectionApi.profiles()[name]
This method creates a RectangularProfile object.
sectionApi.RectangularProfile
odb_RectangularProfile& RectangularProfile(const odb_String& name, double a, double b);
Required arguments
An odb_String specifying the repository key.
A positive Double specifying the a dimension of the rectangular 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 of the rectangular profile.
Optional arguments
Return value
A RectangularProfile object.
Exceptions
RangeError.
The RectangularProfile object has members with the same names and descriptions as the arguments to the RectangularProfile method.