NXOpen .NET Reference  12.0.0
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:

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...
 

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...
 

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 ( )
protected

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.

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

Gouge Points

Created in NX11.0.2

License requirements: cam_base ("CAM BASE")

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

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