The HexagonalProfile object defines the properties of a hexagonal profile.
The HexagonalProfile 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 HexagonalProfile object.
mdb.models[name].HexagonalProfile session.odbs[name].HexagonalProfile
Required arguments
A String specifying the repository key.
A positive Float specifying the r dimension (outer radius) of the hexagonal 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 t dimension (wall thickness) of the hexagonal profile, t < (sqrt(3)/2)r.
Optional arguments
Return value
A HexagonalProfile object.
Exceptions
RangeError.
This method modifies the HexagonalProfile object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the HexagonalProfile method, except for the name argument.
Return value
Exceptions
RangeError.
The HexagonalProfile object has members with the same names and descriptions as the arguments to the HexagonalProfile method.