NXOpen.UF.CutLevels.AddLevelsUsingGeom

CutLevels.AddLevelsUsingGeom()

Refer to UF_CUT_LEVELS_add_levels_using_geom for documentation.

Signature: AddLevelsUsingGeom(operationTag, numToAdd, geomTags, maxDepthPerCut)

Parameters:
  • operationTag (Tag) – The tag of the operation for which thecut levels are defined.
  • numToAdd (int) – The number of face and/or point tagsbeing added. Value must be non negative.
  • geomTags (Tag) – An array of face and/or point tagsdefining the new cut level. If faces are not horizontal (with respect to the tool axis), or even flat, then the heighest z level of the face will be used for the cut level.
  • 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