NXOpen.UF.CutLevels.AskLevel

CutLevels.AskLevel()

Refer to UF_CUT_LEVELS_ask_level for documentation.

Signature: AskLevel(cutLevels, index)

Parameters:
  • cutLevels (NXOpen.UF.CutLevels.CutLevels Refer to UF_CUT_LEVELS_s for documentation.) – The loaded cut levels data structure.
  • index (int) – The index of the cut level the data isrequired for (0 being the top level).
Returns:

Address of the pointer to the data ofthe requested single level. The address must not be NULL on input. The data includes: - The tag of the face or point entity used to define the current cut level. This can be NULL if the level was defined by an explicit z level. - The z distance of the cut level down from the top cut level. All values will be non-negative. - The max depth per cut value to be used for the range between this cut level and the one above it.

Return type:

list of NXOpen.UF.CutLevels.Single Refer to UF_CUT_LEVEL_single_s for documentation.

License requirements: None