NXOpen.UF.CutLevels.EditLevelUsingZ

CutLevels.EditLevelUsingZ()

Refer to UF_CUT_LEVELS_edit_level_using_z for documentation.

Signature: EditLevelUsingZ(operationTag, editLevel, zLevel, maxDepthPerCut)

Parameters:
  • operationTag (Tag) – The tag of the operation for which thecut levels are defined.
  • editLevel (int) – The index of the level to be edited(0 being the top level).
  • zLevel (float) – The z distance, along the tool axis,of the cut level from the origin.
  • maxDepthPerCut (float) – The max depth per cut to be used forsubdividing the range above the new cut level.
Returns:

If the data structure created bya call to UF_CUT_LEVELS_load is passed in, then it will be updated to reflect the changes from the addition. If NULL is passed in, then the argument is ignored.

Return type:

NXOpen.UF.CutLevels.CutLevels Refer to UF_CUT_LEVELS_s for documentation.

License requirements: None