NXOpen.UF.Disp.SetModelBounds

Disp.SetModelBounds()

Refer to UF_DISP_set_model_bounds for documentation.

Signature: SetModelBounds(modelBoundsObject, modelBounds)

Parameters:
  • modelBoundsObject (Tag) – The tag of the Model Bounds object of the work part. You will have received this from a prior call to UF_DISP_ask_model_bounds_tag
  • modelBounds (list of float) – The model bounds of the current work part. The six values are (Minimum_X, Maximum_X, Minimum_Y, Maximum_Y, Minimum_Z, Maximum_Z). You probably have determined these bounds in a prior call to UF_DISP_compute_model_bounds.

License requirements: None