BoxProfile(...)
This method creates a BoxProfile object.
Path
mdb.models[name].BoxProfile session.odbs[name].BoxProfile
Required arguments
- name
-
A String specifying the repository key.
- a
-
A Float specifying the a dimension of the box profile. For more information, see Beam Cross-Section Library.
- b
-
A Float specifying the b dimension of the box profile.
- uniformThickness
-
A Boolean specifying whether the thickness is uniform.
- t1
-
A Float specifying the uniform wall thickness if uniformThickness=ON, and the wall thickness of the first segment if uniformThickness=OFF.
Optional arguments
- t2
-
A Float specifying the wall thickness of the second segment. t2 is required only when uniformThickness=OFF. The default value is 0.0.
- t3
-
A Float specifying the wall thickness of the third segment. t3 is required only when uniformThickness=OFF. The default value is 0.0.
- t4
-
A Float specifying the wall thickness of the fourth segment. t4 is required only when uniformThickness=OFF. The default value is 0.0.
Return value
A BoxProfile object.
Exceptions
RangeError.