NXOpen.UF.Kf.AdoptNxObjects

Kf.AdoptNxObjects()

Refer to UF_KF_adopt_nx_objects for documentation.

Signature: AdoptNxObjects(ugObjects, numberOfObjects, nxType)

Parameters:
  • ugObjects (list of Tag) – array of tags of NX objects to be adopted into Fusion
  • numberOfObjects (int) – number of objects in theabove array
  • nxType (bool) – = TRUE - adopt as NX instance object= FALSE - adopt as NX instance object
Returns:

array of adopted instances. Free with UF_free.

Return type:

list of PointerWrapper

License requirements: None