The ArbitraryProfile object defines the properties of an arbitrary profile.
The ArbitraryProfile 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 ArbitraryProfile object.
mdb.models[name].ArbitraryProfile session.odbs[name].ArbitraryProfile
Required arguments
A String specifying the repository key.
A sequence of sequences of Floats specifying the items described below.
Optional arguments
Table data
The first sequence in the table specifies the following:
1-coordinate of the first point defining the profile.
2-coordinate of the first point defining the profile.
1–coordinate of the next point defining the profile.
2–coordinate of the next point defining the profile.
The thickness of the segment ending at that point.
Return value
An ArbitraryProfile object.
Exceptions
RangeError.
This method modifies the ArbitraryProfile object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the ArbitraryProfile method, except for the name argument.
Return value
Exceptions
RangeError.
The ArbitraryProfile object has members with the same names and descriptions as the arguments to the ArbitraryProfile method.