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