Class TeachmodeProfileMoveBuilder
Inheritance
TeachmodeProfileMoveBuilder
Assembly: NXOpen.dll
Syntax
public class TeachmodeProfileMoveBuilder : MoveBuilder, IMessageSink, IComponentBuilder
Constructors
TeachmodeProfileMoveBuilder()
Declaration
protected TeachmodeProfileMoveBuilder()
Properties
ApplyEngageSettings
Declaration
public bool ApplyEngageSettings { get; set; }
Property Value
ApplyRetractSettings
Declaration
public bool ApplyRetractSettings { get; set; }
Property Value
AxialSafeClearance
Declaration
public double AxialSafeClearance { get; set; }
Property Value
CircularFeedCompBuilder
Declaration
public TurnCircularFeedComp CircularFeedCompBuilder { get; }
Property Value
CornerControlNormal
Declaration
public TurnCornerControl CornerControlNormal { get; }
Property Value
CornerControlShallow
Declaration
public TurnCornerControl CornerControlShallow { get; }
Property Value
CustomDriveCurve
Declaration
public Boundary CustomDriveCurve { get; }
Property Value
CutterClearance
Declaration
public TurnCutterClearance CutterClearance { get; }
Property Value
Direction
Declaration
public TurnDirection Direction { get; }
Property Value
DriveGeometryType
Declaration
public TeachmodeProfileMoveBuilder.DriveGeometryTypes DriveGeometryType { get; set; }
Property Value
EndCheckBoundary
Declaration
public Boundary EndCheckBoundary { get; }
Property Value
Feeds
Declaration
public FeedsTurnBuilder Feeds { get; }
Property Value
FinishStock
Declaration
public TurnStock FinishStock { get; }
Property Value
NewDriveCurve
Declaration
public Boundary NewDriveCurve { get; }
Property Value
RadialSafeClearance
Declaration
public double RadialSafeClearance { get; set; }
Property Value
StartCheckBoundary
Declaration
public Boundary StartCheckBoundary { get; }
Property Value
StartCheckConstantStock
Declaration
public double StartCheckConstantStock { get; set; }
Property Value
StartCheckFaceStock
Declaration
public double StartCheckFaceStock { get; set; }
Property Value
StartCheckRadialStock
Declaration
public double StartCheckRadialStock { get; set; }
Property Value
StartPoint
Declaration
public Point StartPoint { get; set; }
Property Value
StartPositionMethod
Declaration
public TeachmodeProfileMoveBuilder.StartStopPositionMethods StartPositionMethod { get; set; }
Property Value
StartStopBeforeBoundaryOffset
Declaration
public bool StartStopBeforeBoundaryOffset { get; set; }
Property Value
StopCheckConstantStock
Declaration
public double StopCheckConstantStock { get; set; }
Property Value
StopCheckFaceStock
Declaration
public double StopCheckFaceStock { get; set; }
Property Value
StopCheckRadialStock
Declaration
public double StopCheckRadialStock { get; set; }
Property Value
StopPoint
Declaration
public Point StopPoint { get; set; }
Property Value
StopPositionMethod
Declaration
public TeachmodeProfileMoveBuilder.StartStopPositionMethods StopPositionMethod { get; set; }
Property Value
Tolerances
Declaration
public Inheritable2dLength Tolerances { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink