36.45 BeadGrowth object

The BeadGrowth object defines a growth geometric restriction.

The BeadGrowth object is derived from the GeometricRestriction object.

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


36.45.1 BeadGrowth(...)

This method creates a BeadGrowth object.

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

Required arguments

name

A String specifying the geometric restriction repository key.

region

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

Optional arguments

beadGrowth

A Float specifying the maximum optimization displacement in the growth direction. Either beadGrowth or shrink or both must be specified. The default value is 0.0.

shrink

A Float specifying the maximum optimization displacement in the shrink direction. Either beadGrowth or shrink or both must be specified The default value is 0.0.

Return value

A BeadGrowth object.

Exceptions

None.


36.45.2 setValues(...)

This method modifies the BeadGrowth object.

Required arguments

None.

Optional arguments

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

Return value

None

Exceptions

None.


36.45.3  Members

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