NXOpen.UF.CutLevels.AddLevelsUsingZ

CutLevels.AddLevelsUsingZ()

Refer to UF_CUT_LEVELS_add_levels_using_z for documentation.

Signature: AddLevelsUsingZ(operationTag, numToAdd, zLevels, maxDepthPerCut)

Parameters:
  • operationTag (Tag) – The tag of the operation for which thecut levels are defined.
  • numToAdd (int) – The number of z-levels being added.Value must be non negative.
  • zLevels (list of float) – Array of z distances, 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 levels. A value of zero indicates that there is no limit. Value must be non negative.
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