Class TurnEngageRetractBuilder
Inheritance
TurnEngageRetractBuilder
Assembly: NXOpen.dll
Syntax
public class TurnEngageRetractBuilder : TaggedObject, IMessageSink
Constructors
TurnEngageRetractBuilder()
Declaration
protected TurnEngageRetractBuilder()
Properties
Angle
Declaration
public double Angle { get; set; }
Property Value
AutomaticOption
Declaration
public TurnEngageRetractBuilder.AutoOptions AutomaticOption { get; set; }
Property Value
DeltaXc
Declaration
public double DeltaXc { get; set; }
Property Value
DeltaYc
Declaration
public double DeltaYc { get; set; }
Property Value
DirectEngageRetractMode
Declaration
public TurnEngageRetractBuilder.DirectEngageRetractModes DirectEngageRetractMode { get; set; }
Property Value
DirectTrimPoint
Declaration
[Obsolete("Deprecated in NX10.0.2. Use CAM.TurnEngageRetractBuilder.DirectEngageRetractMode instead.")]
public bool DirectTrimPoint { get; set; }
Property Value
Distance
Declaration
public double Distance { get; set; }
Property Value
EngageRetractType
Declaration
public TurnEngageRetractBuilder.Types EngageRetractType { get; set; }
Property Value
ExtendDistance
Declaration
public double ExtendDistance { get; set; }
Property Value
ExtendMethod
Declaration
public TurnEngageRetractBuilder.ExtendMethods ExtendMethod { get; set; }
Property Value
FirstAngle
Declaration
public double FirstAngle { get; set; }
Property Value
FirstRadius
Declaration
public double FirstRadius { get; set; }
Property Value
IgnoreWorkpiece
Declaration
public bool IgnoreWorkpiece { get; set; }
Property Value
Point
Declaration
public Point Point { get; set; }
Property Value
Radius
Declaration
public double Radius { get; set; }
Property Value
SafeDistance
Declaration
public double SafeDistance { get; set; }
Property Value
SecondAngle
Declaration
public double SecondAngle { get; set; }
Property Value
SecondRadius
Declaration
public double SecondRadius { get; set; }
Property Value
TangentialExtension
Declaration
public bool TangentialExtension { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink