SaveAsReviseCallbackData Class

class NXOpen.PDM.SaveAsReviseCallbackData

Bases: NXOpen.TaggedObject

JA interface for SaveAsReviseCallbackData object

This cannot be created

New in version NX11.0.0.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
GetCopiedObjects Gets the source objects tags along with copied objects tags after saveas or revise operation
GetSourceObjects Gets the source objects tags participating in saveas or revise operation

Method Detail

GetCopiedObjects

SaveAsReviseCallbackData.GetCopiedObjects

Gets the source objects tags along with copied objects tags after saveas or revise operation

Signature GetCopiedObjects(sourceObjects)

Parameters:sourceObjects (NXOpen.TaggedObject) – tag of source object for which copied objects are required
Returns:array of copied objects to be saveas or revise
Return type:list of NXOpen.TaggedObject

New in version NX11.0.0.

License requirements: None.

GetSourceObjects

SaveAsReviseCallbackData.GetSourceObjects

Gets the source objects tags participating in saveas or revise operation

Signature GetSourceObjects()

Returns:a tuple
Return type:A tuple consisting of (nObjects, sourceObjects). nObjects is a int. get number of source objects going for SaveAs or Revise sourceObjects is a list of NXOpen.TaggedObject. array of source objects to be saveas or revise

New in version NX11.0.0.

License requirements: None.