Class CreateTool
Inheritance
System.Object
System.MarshalByRefObject
CreateTool
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 CreateTool : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
Properties
Declaration
public bool MatchDepthOption { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public double TopDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Declaration
public Tool CreateNewTool()
Returns
Declaration
public double GetBottomDepthOffset()
Returns
Type |
Description |
System.Double |
|
Declaration
public double GetDepthOffset(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Double |
|
Declaration
public double GetDepthRange()
Returns
Type |
Description |
System.Double |
|
Declaration
public double GetDiameterOffset(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Double |
|
Declaration
public double GetDiameterRange()
Returns
Type |
Description |
System.Double |
|
Declaration
public CAMFeature GetFeature()
Returns
Declaration
public string[] GetLibTools()
Returns
Type |
Description |
System.String[] |
|
Declaration
public bool GetMachiningAreaActive(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public string[] GetMachiningAreaNames()
Returns
Type |
Description |
System.String[] |
|
Declaration
public Tool[] GetMacTools()
Returns
Declaration
public string GetToolClass()
Returns
Type |
Description |
System.String |
|
Declaration
public string GetToolTemplate()
Returns
Type |
Description |
System.String |
|
Declaration
public double GetTopDepthOffset()
Returns
Type |
Description |
System.Double |
|
Declaration
public void SetBottomDepthOffset(double offset)
Parameters
Type |
Name |
Description |
System.Double |
offset |
|
Declaration
public void SetDepthOffset(int index, double offset)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Double |
offset |
|
Declaration
public void SetDepthRange(double tolerance)
Parameters
Type |
Name |
Description |
System.Double |
tolerance |
|
Declaration
public void SetDiameterOffset(int index, double offset)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Double |
offset |
|
Declaration
public void SetDiameterRange(double tolerance)
Parameters
Type |
Name |
Description |
System.Double |
tolerance |
|
Declaration
public void SetFeature(CAMFeature feature)
Parameters
Declaration
public void SetMachiningAreaActive(int index, bool value)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Boolean |
value |
|
Declaration
public void SetToolClass(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Declaration
public void SetToolTemplate(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Declaration
public void SetTopDepthOffset(double offset)
Parameters
Type |
Name |
Description |
System.Double |
offset |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink