Class NcmTurnRoughFinishBuilder
Inheritance
System.Object
    System.MarshalByRefObject
    
    
    
    
    
    NcmTurnRoughFinishBuilder
      
  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 NcmTurnRoughFinishBuilder : NcmTurningBuilder, IMessageSink, IComponentBuilder
  Constructors
NcmTurnRoughFinishBuilder()
Declaration
protected NcmTurnRoughFinishBuilder()
  Properties
AvoidanceForAutomaticEngage
Declaration
public bool AvoidanceForAutomaticEngage { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
AvoidanceForAutomaticRetract
Declaration
public bool AvoidanceForAutomaticRetract { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
AvoidanceForMinimumClearance
Declaration
public bool AvoidanceForMinimumClearance { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
AxialSafeClearance
Declaration
public double AxialSafeClearance { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
EngageProfileBuilder
Declaration
public TurnEngageRetractBuilder EngageProfileBuilder { get; }
  Property Value
| Type | Description | 
|---|---|
| TurnEngageRetractBuilder | 
LocalReturnBuilder
Declaration
public TurnRoughFinishLocalReturnBuilder LocalReturnBuilder { get; }
  Property Value
| Type | Description | 
|---|---|
| TurnRoughFinishLocalReturnBuilder | 
RadialSafeClearance
Declaration
public double RadialSafeClearance { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
RetractProfileBuilder
Declaration
public TurnEngageRetractBuilder RetractProfileBuilder { get; }
  Property Value
| Type | Description | 
|---|---|
| TurnEngageRetractBuilder | 
Implements
      System.Runtime.Remoting.Messaging.IMessageSink