The AdjustPoints constraint object is used to adjust points (nodes) to a surface.
The AdjustPoints object is derived from the Constraint object.
import interaction mdb.models[name].constraints[name]
This method creates an AdjustPoints object.
mdb.models[name].AdjustPoints
Required arguments
A String specifying the constraint repository key.
A Region object specifying the surface to which the controlPoints are adjusted.
A Region object specifying the constraint control points.
Optional arguments
Return value
An AdjustPoints object.
Exceptions
This method modifies the AdjustPoints object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the AdjustPoints method, except for the name argument.
Return value
Exceptions
The AdjustPoints object has members with the same names and descriptions as the arguments to the AdjustPoints method.
In addition, the AdjustPoints object has the following member:
A Boolean specifying whether the constraint is suppressed or not. The default value is OFF.