36.46 BeadPenetrationCheck object

The BeadPenetrationCheck object defines a penetration check geometric restriction.

The BeadPenetrationCheck object is derived from the GeometricRestriction object.

Access
        import optimization
        mdb.models[name].optimizationTasks[name].geometricRestrictions[name]
      


36.46.1 BeadPenetrationCheck(...)

This method creates a BeadPenetrationCheck object.

Path
          mdb.models[name].optimizationTasks[name].BeadPenetrationCheck
        

Required arguments

name

A String specifying the geometric restriction repository key.

beadPenetrationCheckRegion

A Region object specifying the penetration check region.

region

A Region object specifying the region to which the geometric restriction is applied.

Optional argument

Return value

A BeadPenetrationCheck object.

Exceptions

None.


36.46.2 setValues(...)

This method modifies the BeadPenetrationCheck object.

Required arguments

None.

Optional arguments

The optional arguments to setValues are the same as the arguments to the BeadPenetrationCheck method, except for the name argument.

Return value

None

Exceptions

None.


36.46.3  Members

The BeadPenetrationCheck object has members with the same names and descriptions as the arguments to the BeadPenetrationCheck method.