NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
NXOpen::CAM::PathEvent Class Reference

Represets a Cam Tool Path Event
This is a Subobject and cannot be publicly instantiated. More...

Inheritance diagram for NXOpen::CAM::PathEvent:
NXOpen::TransientObject

Public Member Functions

NXOpen::CAM::PathEventGetNext ()
 Get the next tool path event, will return NULL to indicate end of list. More...
 
NXOpen::CAM::PathEventGetPrevious ()
 Get the previous tool path event, will return NULL to indicate start of list. More...
 
virtual ~PathEvent ()
 Free resources associated with the instance. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represets a Cam Tool Path Event
This is a Subobject and cannot be publicly instantiated.



Created in NX11.0.2.

Constructor & Destructor Documentation

virtual NXOpen::CAM::PathEvent::~PathEvent ( )
virtual

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.
Created in NX11.0.2.

License requirements : None

Member Function Documentation

NXOpen::CAM::PathEvent* NXOpen::CAM::PathEvent::GetNext ( )

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


Created in NX11.0.2.

License requirements : None

NXOpen::CAM::PathEvent* NXOpen::CAM::PathEvent::GetPrevious ( )

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


Created in NX11.0.2.

License requirements : None


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.