Class Cycle
Inheritance
System.Object
System.MarshalByRefObject
Cycle
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 Cycle : TaggedObject, IMessageSink
Constructors
Cycle()
Declaration
Properties
AxialStepover
Declaration
public StepoverBuilder AxialStepover { get; }
Property Value
CamStatus
Declaration
public bool CamStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CamValue
Declaration
public int CamValue { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CoolantBeforeCut
Declaration
public CycleCoolant CoolantBeforeCut { get; }
Property Value
CoolantBeforeEngage
Declaration
public CycleCoolant CoolantBeforeEngage { get; }
Property Value
CoolantBeforeRetract
Declaration
public CycleCoolant CoolantBeforeRetract { get; }
Property Value
CsinkDiameter
Declaration
public double CsinkDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
CycleTrackingPoint
Declaration
public string CycleTrackingPoint { get; set; }
Property Value
Type |
Description |
System.String |
|
CycleType
Declaration
public string CycleType { get; set; }
Property Value
Type |
Description |
System.String |
|
Dwell
Declaration
public Cycle.DwellType Dwell { get; set; }
Property Value
DwellAtDepth
Declaration
public CycleDwell DwellAtDepth { get; }
Property Value
DwellAtFinalDepth
Declaration
public CycleDwell DwellAtFinalDepth { get; }
Property Value
DwellAtStartPoint
Declaration
public CycleDwell DwellAtStartPoint { get; }
Property Value
DwellBeforeCut
Declaration
public CycleDwell DwellBeforeCut { get; }
Property Value
DwellBeforeEngage
Declaration
public CycleDwell DwellBeforeEngage { get; }
Property Value
DwellBeforeRetract
Declaration
public CycleDwell DwellBeforeRetract { get; }
Property Value
DwellFinal
Declaration
public Cycle.DwellType DwellFinal { get; set; }
Property Value
DwellFinalValue
Declaration
public double DwellFinalValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
DwellStart
Declaration
public Cycle.DwellType DwellStart { get; set; }
Property Value
DwellStartValue
Declaration
public double DwellStartValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
DwellValue
Declaration
public double DwellValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
EntranceDiameter
Declaration
public double EntranceDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
FirstCutMode
Declaration
public Cycle.CutMode FirstCutMode { get; set; }
Property Value
FirstCutValue
Declaration
public double FirstCutValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
LastCutMode
Declaration
public Cycle.CutMode LastCutMode { get; set; }
Property Value
LastCutValue
Declaration
public double LastCutValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
MotionOutput
Declaration
public Cycle.MotionOutputTypes MotionOutput { get; set; }
Property Value
NodragClearance
Declaration
public CycleNodragClearance NodragClearance { get; }
Property Value
Option
Declaration
public bool Option { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Orientation
Declaration
public double Orientation { get; set; }
Property Value
Type |
Description |
System.Double |
|
OrientationStatus
Declaration
public bool OrientationStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Shift
Declaration
public double Shift { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShiftStatus
Declaration
public bool ShiftStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SpindleBeforeEngage
Declaration
public CycleSpindle SpindleBeforeEngage { get; }
Property Value
SpindleBeforeRetract
Declaration
public CycleSpindle SpindleBeforeRetract { get; }
Property Value
StepClearance
Declaration
public double StepClearance { get; set; }
Property Value
Type |
Description |
System.Double |
|
StepClearanceStatus
Declaration
public bool StepClearanceStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StepRetract
Declaration
public CycleStepRetract StepRetract { get; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Times
Declaration
public int Times { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TimesStatus
Declaration
public bool TimesStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TipRelease
Declaration
public CycleTipRelease TipRelease { get; }
Property Value
Methods
GetBooleanValue(String)
Declaration
public bool GetBooleanValue(string cycleParamName)
Parameters
Type |
Name |
Description |
System.String |
cycleParamName |
|
Returns
Type |
Description |
System.Boolean |
|
GetDoubleValue(String)
Declaration
public double GetDoubleValue(string cycleParamName)
Parameters
Type |
Name |
Description |
System.String |
cycleParamName |
|
Returns
Type |
Description |
System.Double |
|
GetIntegerValue(String)
Declaration
public int GetIntegerValue(string cycleParamName)
Parameters
Type |
Name |
Description |
System.String |
cycleParamName |
|
Returns
Type |
Description |
System.Int32 |
|
GetParameterActive(String)
Declaration
public bool GetParameterActive(string cycleParamName)
Parameters
Type |
Name |
Description |
System.String |
cycleParamName |
|
Returns
Type |
Description |
System.Boolean |
|
GetPointValue(String)
Declaration
public Point3d GetPointValue(string cycleParamName)
Parameters
Type |
Name |
Description |
System.String |
cycleParamName |
|
Returns
GetStringValue(String)
Declaration
public string GetStringValue(string cycleParamName)
Parameters
Type |
Name |
Description |
System.String |
cycleParamName |
|
Returns
Type |
Description |
System.String |
|
GetVectorValue(String)
Declaration
public Vector3d GetVectorValue(string cycleParamName)
Parameters
Type |
Name |
Description |
System.String |
cycleParamName |
|
Returns
SetBooleanValue(String, Boolean)
Declaration
public void SetBooleanValue(string cycleParamName, bool booleanValue)
Parameters
Type |
Name |
Description |
System.String |
cycleParamName |
|
System.Boolean |
booleanValue |
|
SetDoubleValue(String, Double)
Declaration
public void SetDoubleValue(string cycleParamName, double doubleValue)
Parameters
Type |
Name |
Description |
System.String |
cycleParamName |
|
System.Double |
doubleValue |
|
SetIntegerValue(String, Int32)
Declaration
public void SetIntegerValue(string cycleParamName, int integerValue)
Parameters
Type |
Name |
Description |
System.String |
cycleParamName |
|
System.Int32 |
integerValue |
|
SetParameterActive(String, Boolean)
Declaration
public void SetParameterActive(string cycleParamName, bool parameterActive)
Parameters
Type |
Name |
Description |
System.String |
cycleParamName |
|
System.Boolean |
parameterActive |
|
SetPointValue(String, Point3d)
Declaration
public void SetPointValue(string cycleParamName, Point3d point)
Parameters
Type |
Name |
Description |
System.String |
cycleParamName |
|
Point3d |
point |
|
SetStringValue(String, String)
Declaration
public void SetStringValue(string cycleParamName, string stringValue)
Parameters
Type |
Name |
Description |
System.String |
cycleParamName |
|
System.String |
stringValue |
|
SetVectorValue(String, Vector3d)
Declaration
public void SetVectorValue(string cycleParamName, Vector3d vector)
Parameters
Type |
Name |
Description |
System.String |
cycleParamName |
|
Vector3d |
vector |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink