Class Tool
Inheritance
System.Object
    System.MarshalByRefObject
    
    
    
    
    
    Tool
  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 Tool : NCGroup, IMessageSink, INXObject
  Constructors
Tool()
Declaration
protected Tool()
  Properties
CAMTrackPointCollection
Declaration
public TrackPointCollection CAMTrackPointCollection { get; }
  Property Value
| Type | Description | 
|---|---|
| TrackPointCollection | 
Methods
CreateGenericTrackingBuilder(SolidTrackPoint)
Declaration
public GenericTrackingBuilder CreateGenericTrackingBuilder(SolidTrackPoint csoObject)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SolidTrackPoint | csoObject | 
Returns
| Type | Description | 
|---|---|
| GenericTrackingBuilder | 
CreateProbeTrackingBuilder(ProbeTrackPoint)
Declaration
public ProbeTrackingBuilder CreateProbeTrackingBuilder(ProbeTrackPoint csoObject)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ProbeTrackPoint | csoObject | 
Returns
| Type | Description | 
|---|---|
| ProbeTrackingBuilder | 
CreateSolidTrackingBuilder(SolidTrackPoint)
Declaration
public SolidTrackingBuilder CreateSolidTrackingBuilder(SolidTrackPoint csoObject)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SolidTrackPoint | csoObject | 
Returns
| Type | Description | 
|---|---|
| SolidTrackingBuilder | 
ExportPart(String)
Declaration
public void ExportPart(string libRef)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | libRef | 
GetTypeAndSubtype(out Tool.Types, out Tool.Subtypes)
Declaration
public void GetTypeAndSubtype(out Tool.Types type, out Tool.Subtypes subtype)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Tool.Types | type | |
| Tool.Subtypes | subtype | 
RetrieveHolder(String)
Declaration
public bool RetrieveHolder(string libRef)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | libRef | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
UpdateFromLibrary()
Declaration
public void UpdateFromLibrary()
  Implements
      System.Runtime.Remoting.Messaging.IMessageSink