NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAM::GougeCheckResults Class Reference

Represents the gouge results data
Created in NX11.0.2. More...

Inheritance diagram for NXOpen::CAM::GougeCheckResults:
NXOpen::TransientObject

Public Types

enum  Constants { ConstantsMaxGouges = 100 }
 Constants for Gouge Results. More...
 
enum  Option { OptionNone, OptionGougeOnly, OptionGougeAndHolderCollisions, OptionUseOperation }
 Defines the gouge checking type. More...
 

Public Member Functions

std::vector< NXOpen::Point3dGetGougePoints ()
 Gouge Points. More...
 
std::vector< NXOpen::Point3dGetHolderCollisionPoints ()
 Holder Collision Points. More...
 
NXOpen::CAM::GougeCheckResults::Option GougeOption ()
 Returns the gouge check option
Created in NX11.0.2. More...
 
int NumberGouges ()
 Returns the number of gouges
Created in NX11.0.2. More...
 
int NumberHolderCollisions ()
 Returns the number of Holder Collisions
Created in NX11.0.2. More...
 
virtual ~GougeCheckResults ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents the gouge results data
Created in NX11.0.2.


Member Enumeration Documentation

Constants for Gouge Results.

Enumerator
ConstantsMaxGouges 

The maximum number of gouges.

Defines the gouge checking type.

Enumerator
OptionNone 

none

OptionGougeOnly 

gouge only

OptionGougeAndHolderCollisions 

gouge and holder collisions

OptionUseOperation 

use operation

Constructor & Destructor Documentation

virtual NXOpen::CAM::GougeCheckResults::~GougeCheckResults ( )
virtual

Frees the object from memory.

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

std::vector<NXOpen::Point3d> NXOpen::CAM::GougeCheckResults::GetGougePoints ( )

Gouge Points.

Returns

Created in NX11.0.2.

License requirements : cam_base ("CAM BASE")
std::vector<NXOpen::Point3d> NXOpen::CAM::GougeCheckResults::GetHolderCollisionPoints ( )

Holder Collision Points.

Returns

Created in NX11.0.2.

License requirements : cam_base ("CAM BASE")
NXOpen::CAM::GougeCheckResults::Option NXOpen::CAM::GougeCheckResults::GougeOption ( )

Returns the gouge check option
Created in NX11.0.2.



License requirements : cam_base ("CAM BASE")

int NXOpen::CAM::GougeCheckResults::NumberGouges ( )

Returns the number of gouges
Created in NX11.0.2.



License requirements : cam_base ("CAM BASE")

int NXOpen::CAM::GougeCheckResults::NumberHolderCollisions ( )

Returns the number of Holder Collisions
Created in NX11.0.2.



License requirements : cam_base ("CAM BASE")


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