The PipeProfile object defines the properties of a circular pipe profile.
The PipeProfile 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 PipeProfile object.
mdb.models[name].PipeProfile session.odbs[name].PipeProfile
Required arguments
A String specifying the repository key.
A Float specifying the outer radius of the pipe. For more information, see “Beam cross-section library,” Section 29.3.9 of the Abaqus Analysis User's Guide.
A Float specifying the wall thickness of the pipe.
Optional argument
A SymbolicConstant specifying the formulation. Possible values are THIN_WALL and THICK_WALL. The default value is THIN_WALL.
Return value
A PipeProfile object.
Exceptions
RangeError.
This method modifies the PipeProfile object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the PipeProfile method, except for the name argument.
Return value
Exceptions
RangeError.
The PipeProfile object has members with the same names and descriptions as the arguments to the PipeProfile method.