
The SizingClusterAreas object defines a sizing cluster areas geometric restriction.
The SizingClusterAreas object is derived from the GeometricRestriction object.
        import optimization
        mdb.models[name].optimizationTasks[name].geometricRestrictions[name]
      
This method creates a SizingClusterAreas object.
          mdb.models[name].optimizationTasks[name].SizingClusterAreas
        Required argument
A String specifying the geometric restriction repository key.
Tuple of Region objects specifying the regions to which the geometric restriction is applied.
Return value
A SizingClusterAreas object.
Exceptions

This method modifies the SizingClusterAreas object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the SizingClusterAreas method, except for the name argument.
Return value
Exceptions

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