The BeadPenetrationCheck object defines a penetration check geometric restriction.
The BeadPenetrationCheck object is derived from the GeometricRestriction object.
import optimization mdb.models[name].optimizationTasks[name].geometricRestrictions[name]
This method creates a BeadPenetrationCheck object.
mdb.models[name].optimizationTasks[name].BeadPenetrationCheck
Required arguments
A String specifying the geometric restriction repository key.
A Region object specifying the penetration check region.
A Region object specifying the region to which the geometric restriction is applied.
Optional argument
Return value
A BeadPenetrationCheck object.
Exceptions
This method modifies the BeadPenetrationCheck object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the BeadPenetrationCheck method, except for the name argument.
Return value
Exceptions
The BeadPenetrationCheck object has members with the same names and descriptions as the arguments to the BeadPenetrationCheck method.