PathEvent Class

class NXOpen.CAM.PathEvent

Bases: NXOpen.TransientObject

Represets a Cam Tool Path Event

This is a Subobject and cannot be publicly instantiated.

New in version NX11.0.2.

Methods

Method Description
Dispose Free resources associated with the instance.
GetNext Get the next tool path event, will return None to indicate end of list.
GetPrevious Get the previous tool path event, will return None to indicate start of list.

Method Detail

Dispose

PathEvent.Dispose

Free resources associated with the instance.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Signature Dispose()

New in version NX11.0.2.

License requirements: None.

GetNext

PathEvent.GetNext

Get the next tool path event, will return None to indicate end of list.

Signature GetNext()

Returns:
Return type:NXOpen.CAM.PathEvent

New in version NX11.0.2.

License requirements: None.

GetPrevious

PathEvent.GetPrevious

Get the previous tool path event, will return None to indicate start of list.

Signature GetPrevious()

Returns:
Return type:NXOpen.CAM.PathEvent

New in version NX11.0.2.

License requirements: None.