Class ToolTrackingPointBuilder
Inheritance
System.Object
System.MarshalByRefObject
ToolTrackingPointBuilder
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
public class ToolTrackingPointBuilder : MoveBuilder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ToolTrackingPointBuilder()
Methods
Declaration
public int GetAdjustRegister()
Returns
Type |
Description |
System.Int32 |
|
Declaration
public bool GetAdjustRegisterToggle()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public int GetTrackingPoint()
Returns
Type |
Description |
System.Int32 |
|
Declaration
public double GetXoffset()
Returns
Type |
Description |
System.Double |
|
Declaration
public bool GetXoffsetToggle()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public double GetYoffset()
Returns
Type |
Description |
System.Double |
|
Declaration
public bool GetYoffsetToggle()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public double GetZoffset()
Returns
Type |
Description |
System.Double |
|
Declaration
public bool GetZoffsetToggle()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetAdjustRegister(int index, int adjreg)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int32 |
adjreg |
|
Declaration
public void SetAdjustRegisterToggle(int index, bool adjregstat)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Boolean |
adjregstat |
|
Declaration
public void SetTrackingPoint(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Declaration
public void SetXoffset(int index, double xoff)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Double |
xoff |
|
Declaration
public void SetXoffsetToggle(int index, bool xoffstat)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Boolean |
xoffstat |
|
Declaration
public void SetYoffset(int index, double yoff)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Double |
yoff |
|
Declaration
public void SetYoffsetToggle(int index, bool yoffstat)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Boolean |
yoffstat |
|
Declaration
public void SetZoffset(int index, double zoff)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Double |
zoff |
|
Declaration
public void SetZoffsetToggle(int index, bool zoffstat)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Boolean |
zoffstat |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink