NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.CAM.GougeCheckResults Class Reference

Represents the gouge results data More...

Inheritance diagram for NXOpen.CAM.GougeCheckResults:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Types

enum  Constants { MaxGouges = 100 }
 Constants for Gouge Results More...
 
enum  Option { None, GougeOnly, GougeAndHolderCollisions, UseOperation }
 Defines the gouge checking type More...
 

Public Member Functions

unsafe NXOpen.Point3d[] GetGougePoints ()
 Gouge Points More...
 
unsafe NXOpen.Point3d[] GetHolderCollisionPoints ()
 Holder Collision Points More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Properties

unsafe
NXOpen.CAM.GougeCheckResults.Option 
GougeOption [get]
 Returns the gouge check option More...
 
unsafe int NumberGouges [get]
 Returns the number of gouges More...
 
unsafe int NumberHolderCollisions [get]
 Returns the number of Holder Collisions More...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Detailed Description

Represents the gouge results data

Created in NX11.0.2

Member Enumeration Documentation

Constants for Gouge Results

Enumerator
MaxGouges 

The maximum number of gouges

Defines the gouge checking type

Enumerator
None 
GougeOnly 
GougeAndHolderCollisions 
UseOperation 

Member Function Documentation

override void NXOpen.CAM.GougeCheckResults.FreeResource ( )
inlineprotectedvirtual

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.

Implements NXOpen.TransientObject.

unsafe NXOpen.Point3d [] NXOpen.CAM.GougeCheckResults.GetGougePoints ( )
inline

Gouge Points

Created in NX11.0.2

License requirements: cam_base ("CAM BASE")

Returns
unsafe NXOpen.Point3d [] NXOpen.CAM.GougeCheckResults.GetHolderCollisionPoints ( )
inline

Holder Collision Points

Created in NX11.0.2

License requirements: cam_base ("CAM BASE")

Returns

Property Documentation

unsafe NXOpen.CAM.GougeCheckResults.Option NXOpen.CAM.GougeCheckResults.GougeOption
get

Returns the gouge check option

Created in NX11.0.2

License requirements: cam_base ("CAM BASE")

unsafe int NXOpen.CAM.GougeCheckResults.NumberGouges
get

Returns the number of gouges

Created in NX11.0.2

License requirements: cam_base ("CAM BASE")

unsafe int NXOpen.CAM.GougeCheckResults.NumberHolderCollisions
get

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.