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