NXOpen.UF.CutLevels.EditLevelUsingGeom

CutLevels.EditLevelUsingGeom()

Refer to UF_CUT_LEVELS_edit_level_using_geom for documentation.

Signature: EditLevelUsingGeom(operationTag, editLevel, geomTag, 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).
  • geomTag (Tag) – The tag of the face or point definingthe new cut level.
  • 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