Class GougeCheckResults
Inheritance
System.Object
System.MarshalByRefObject
GougeCheckResults
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class GougeCheckResults : TransientObject, IMessageSink, IDisposable
Constructors
GougeCheckResults(IntPtr)
Declaration
protected GougeCheckResults(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
GougeOption
Declaration
public GougeCheckResults.Option GougeOption { get; }
Property Value
Type | Description |
---|---|
GougeCheckResults.Option |
NumberGouges
Declaration
public int NumberGouges { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberHolderCollisions
Declaration
public int NumberHolderCollisions { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetGougePoints()
Declaration
public Point3d[] GetGougePoints()
Returns
Type | Description |
---|---|
Point3d[] |
GetHolderCollisionPoints()
Declaration
public Point3d[] GetHolderCollisionPoints()
Returns
Type | Description |
---|---|
Point3d[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable