GougeCheckResults Class

class NXOpen.CAM.GougeCheckResults

Bases: NXOpen.TransientObject

Represents the gouge results data

New in version NX11.0.2.

Properties

Property Description
GougeOption Returns the gouge check option
NumberGouges Returns the number of gouges
NumberHolderCollisions Returns the number of Holder Collisions

Methods

Method Description
Dispose Frees the object from memory.
GetGougePoints Gouge Points
GetHolderCollisionPoints Holder Collision Points

Enumerations

GougeCheckResultsConstants Enumeration Constants for Gouge Results
GougeCheckResultsOption Enumeration Defines the gouge checking type

Property Detail

GougeOption

GougeCheckResults.GougeOption

Returns the gouge check option

-------------------------------------

Getter Method

Signature GougeOption

Returns:
Return type:NXOpen.CAM.GougeCheckResultsOption

New in version NX11.0.2.

License requirements: cam_base (“CAM BASE”)

NumberGouges

GougeCheckResults.NumberGouges

Returns the number of gouges

-------------------------------------

Getter Method

Signature NumberGouges

Returns:
Return type:int

New in version NX11.0.2.

License requirements: cam_base (“CAM BASE”)

NumberHolderCollisions

GougeCheckResults.NumberHolderCollisions

Returns the number of Holder Collisions

-------------------------------------

Getter Method

Signature NumberHolderCollisions

Returns:
Return type:int

New in version NX11.0.2.

License requirements: cam_base (“CAM BASE”)

Method Detail

Dispose

GougeCheckResults.Dispose

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.

Signature Dispose()

New in version NX11.0.2.

License requirements: None.

GetGougePoints

GougeCheckResults.GetGougePoints

Gouge Points

Signature GetGougePoints()

Returns:
Return type:list of NXOpen.Point3d

New in version NX11.0.2.

License requirements: cam_base (“CAM BASE”)

GetHolderCollisionPoints

GougeCheckResults.GetHolderCollisionPoints

Holder Collision Points

Signature GetHolderCollisionPoints()

Returns:
Return type:list of NXOpen.Point3d

New in version NX11.0.2.

License requirements: cam_base (“CAM BASE”)