Class InspectionTool
Inheritance
System.Object
System.MarshalByRefObject
InspectionTool
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 InspectionTool : InspectionGroup, IMessageSink, INXObject
Constructors
InspectionTool()
Declaration
protected InspectionTool()
Properties
CMMInspectionTrackPointCollection
Declaration
public InspectionTrackPointCollection CMMInspectionTrackPointCollection { get; }
Property Value
Type | Description |
---|---|
InspectionTrackPointCollection |
Methods
CreateInspectionProbeTrackingBuilder(ProbeTrackPoint)
Declaration
public InspectionProbeTrackingBuilder CreateInspectionProbeTrackingBuilder(ProbeTrackPoint csoObject)
Parameters
Type | Name | Description |
---|---|---|
ProbeTrackPoint | csoObject |
Returns
Type | Description |
---|---|
InspectionProbeTrackingBuilder |
CreateProbeTrackingBuilder(ProbeTrackPoint)
Declaration
public ProbeTrackingBuilder CreateProbeTrackingBuilder(ProbeTrackPoint csoObject)
Parameters
Type | Name | Description |
---|---|---|
ProbeTrackPoint | csoObject |
Returns
Type | Description |
---|---|
ProbeTrackingBuilder |
Implements
System.Runtime.Remoting.Messaging.IMessageSink