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 28.3.9 of the Abaqus Analysis User's Manual.
A Float specifying the wall thickness of the pipe.
Optional arguments
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.