Class TurnEngageRetractBuilder
Inheritance
System.Object
System.MarshalByRefObject
TurnEngageRetractBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class TurnEngageRetractBuilder : TaggedObject, IMessageSink
Constructors
TurnEngageRetractBuilder()
Declaration
protected TurnEngageRetractBuilder()
Properties
Angle
Declaration
public double Angle { get; set; }
Property Value
Type |
Description |
System.Double |
|
AutomaticOption
Declaration
public TurnEngageRetractBuilder.AutoOptions AutomaticOption { get; set; }
Property Value
DeltaXc
Declaration
public double DeltaXc { get; set; }
Property Value
Type |
Description |
System.Double |
|
DeltaYc
Declaration
public double DeltaYc { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
Type |
Description |
System.Boolean |
|
Distance
Declaration
public double Distance { get; set; }
Property Value
Type |
Description |
System.Double |
|
EngageRetractType
Declaration
public TurnEngageRetractBuilder.Types EngageRetractType { get; set; }
Property Value
ExtendDistance
Declaration
public double ExtendDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
ExtendMethod
Declaration
public TurnEngageRetractBuilder.ExtendMethods ExtendMethod { get; set; }
Property Value
FirstRadius
Declaration
public double FirstRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
IgnoreWorkpiece
Declaration
public bool IgnoreWorkpiece { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Point
Declaration
public Point Point { get; set; }
Property Value
Radius
Declaration
public double Radius { get; set; }
Property Value
Type |
Description |
System.Double |
|
SafeDistance
Declaration
public double SafeDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
SecondRadius
Declaration
public double SecondRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
TangentialExtension
Declaration
public bool TangentialExtension { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink