Class InspectionProbeTrackingBuilder
Inheritance
System.Object
    System.MarshalByRefObject
    
    
    
    
    
    InspectionProbeTrackingBuilder
  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 InspectionProbeTrackingBuilder : SolidTrackingBuilder, IMessageSink, IComponentBuilder
  Constructors
InspectionProbeTrackingBuilder()
Declaration
protected InspectionProbeTrackingBuilder()
  Properties
AxialPercent
Declaration
public double AxialPercent { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
Axis
Declaration
public NXObject Axis { get; set; }
  Property Value
| Type | Description | 
|---|---|
| NXObject | 
StemTop
Declaration
public NXObject StemTop { get; set; }
  Property Value
| Type | Description | 
|---|---|
| NXObject | 
TipType
Declaration
public InspectionProbeTrackingBuilder.TipTypes TipType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| InspectionProbeTrackingBuilder.TipTypes | 
Methods
SetLocationParameters(NXObject)
Declaration
public void SetLocationParameters(NXObject tpLocation)
  Parameters
| Type | Name | Description | 
|---|---|---|
| NXObject | tpLocation | 
Implements
      System.Runtime.Remoting.Messaging.IMessageSink