Class TeachmodeLinearMoveBuilder
  
  
  
    Inheritance
    
    
    
    
    
    
    TeachmodeLinearMoveBuilder
   
  
  
  
  Assembly: NXOpen.dll
  Syntax
  
    public class TeachmodeLinearMoveBuilder : MoveBuilder, IMessageSink, IComponentBuilder
   
  Constructors
  
  TeachmodeLinearMoveBuilder()
  
  
  Declaration
  
    protected TeachmodeLinearMoveBuilder()
   
  Properties
  
  EndPositionType
  
  
  Declaration
  
    public TeachmodeLinearMoveBuilder.EndPositionTypes EndPositionType { get; set; }
   
  Property Value
  
  
  FirstCurve
  
  
  Declaration
  
    public NXObject FirstCurve { get; set; }
   
  Property Value
  
  
  FirstCurveStock
  
  
  Declaration
  
    public double FirstCurveStock { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public TeachmodeLinearMoveBuilder.CurveToolPositionTypes FirstCurveToolPosition { get; set; }
   
  Property Value
  
  
  InitialRetractAngle
  
  
  Declaration
  
    public double InitialRetractAngle { get; set; }
   
  Property Value
  
  
  InitialRetractDistance
  
  
  Declaration
  
    public double InitialRetractDistance { get; set; }
   
  Property Value
  
  
  InitialRetractType
  
  
  Declaration
  
    public TeachmodeLinearMoveBuilder.InitialRetractTypes InitialRetractType { get; set; }
   
  Property Value
  
  
  MoveType
  
  
  Declaration
  
    public TeachmodeLinearMoveBuilder.MoveTypes MoveType { get; set; }
   
  Property Value
  
  
  Point
  
  
  Declaration
  
    public Point Point { get; set; }
   
  Property Value
  
  
  SecondCurve
  
  
  Declaration
  
    public NXObject SecondCurve { get; set; }
   
  Property Value
  
  
  SecondCurveStock
  
  
  Declaration
  
    public double SecondCurveStock { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public TeachmodeLinearMoveBuilder.CurveToolPositionTypes SecondCurveToolPosition { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public double ToolHolderAngle { get; set; }
   
  Property Value
  
  Implements
  
      System.Runtime.Remoting.Messaging.IMessageSink