NXOpen.UF.Ugmgr.Initialize

Ugmgr.Initialize()

Refer to UF_UGMGR_initialize for documentation.

Signature: Initialize(argc, argv)

Parameters:
  • argc (int) – Argument count. This will typically be the argc parameter passed to your main program from the system.
  • argv (list of str) – Pointers to argument character strings. This will typically be the argv parameter passed to your main program from the system.The strings must always be in the user’s locale. The input data should not be UTF8 data.

License requirements: None