NXOpen.UF.Undo.SetMark

Undo.SetMark()

Refer to UF_UNDO_set_mark for documentation.

Signature: SetMark(visibility, markName)

Parameters:
  • visibility (NXOpen.UF.Undo.UserVisibility Refer to UF_UNDO_user_visibility_e for documentation.) – The user visibility of this mark.
  • markName (str) – optional name for this mark. If NULL then not used. If not NULL then must be ‘0’ terminated. UF_UNDO copies this name to some space of its own, therefore, the caller may do whatever it wants with ‘mark_name’ after the call.
Returns:

identifier associated with this mark.

Return type:

int

License requirements: None