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

This class represents the data of a path marker
Created in NX12.0.1. More...

Inheritance diagram for NXOpen::CAM::PathMarker:
NXOpen::TransientObject

Public Types

enum  Type { TypeSystem, TypePattern, TypeRegion }
 path marker types More...
 

Public Member Functions

NXOpen::CAM::PathMarker::Type MarkerType ()
 Returns the marker type
Created in NX12.0.1. More...
 
NXOpen::CAM::PatternMarkerPatternMarker ()
 Returns the pattern marker
Created in NX12.0.1. More...
 
NXOpen::CAM::RegionMarkerRegionMarker ()
 Returns the region marker
Created in NX12.0.1. More...
 
virtual ~PathMarker ()
 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

This class represents the data of a path marker
Created in NX12.0.1.


Member Enumeration Documentation

path marker types

Enumerator
TypeSystem 

system

TypePattern 

pattern

TypeRegion 

region

Constructor & Destructor Documentation

virtual NXOpen::CAM::PathMarker::~PathMarker ( )
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 NX12.0.1.

License requirements : None

Member Function Documentation

NXOpen::CAM::PathMarker::Type NXOpen::CAM::PathMarker::MarkerType ( )

Returns the marker type
Created in NX12.0.1.



License requirements : None

NXOpen::CAM::PatternMarker* NXOpen::CAM::PathMarker::PatternMarker ( )

Returns the pattern marker
Created in NX12.0.1.



License requirements : None

NXOpen::CAM::RegionMarker* NXOpen::CAM::PathMarker::RegionMarker ( )

Returns the region marker
Created in NX12.0.1.



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.