Class InterpolateAngle
Inheritance
System.Object
System.MarshalByRefObject
InterpolateAngle
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)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class InterpolateAngle : ToolAxisInterpolate, IMessageSink
Constructors
InterpolateAngle()
Declaration
protected InterpolateAngle()
Methods
Erase(Int32)
Declaration
public void Erase(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
GetLeadAngle(Int32)
Declaration
public double GetLeadAngle(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Double |
GetTiltAngle(Int32)
Declaration
public double GetTiltAngle(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Double |
Insert(Int32, Point, NXObject, Double, Double)
Declaration
public void Insert(int inputIndex, Point point, NXObject view, double leadAngle, double tiltAngle)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | inputIndex | |
Point | point | |
NXObject | view | |
System.Double | leadAngle | |
System.Double | tiltAngle |
Modify(Int32, Point, Double, Double)
Declaration
public void Modify(int index, Point point, double tiltAngle, double leadAngle)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
Point | point | |
System.Double | tiltAngle | |
System.Double | leadAngle |
Modify(Int32, Point, Double, Double, Boolean)
Declaration
public void Modify(int index, Point point, double tiltAngle, double leadAngle, bool ignorePoint)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
Point | point | |
System.Double | tiltAngle | |
System.Double | leadAngle | |
System.Boolean | ignorePoint |
MoveDown(Int32)
Declaration
public void MoveDown(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
MoveUp(Int32)
Declaration
public void MoveUp(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Implements
System.Runtime.Remoting.Messaging.IMessageSink