Class ToolBuilder
Inheritance
System.Object
System.MarshalByRefObject
ToolBuilder
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 ToolBuilder : NCGroupBuilder, IMessageSink, IComponentBuilder
Constructors
Declaration
Properties
Declaration
public string ChannelName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public CutterExport CutterExportBuilder { get; }
Property Value
Declaration
public string HolderDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string HolderLibraryReference { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public InheritableDoubleBuilder IncrementalTurretRotationBuilder { get; }
Property Value
Declaration
public InheritableDoubleBuilder IndexNotchBuilder { get; }
Property Value
Declaration
public Ude LibraryParametersBuilder { get; }
Property Value
Declaration
public string TlCtlgNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TlDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public InheritableIntBuilder TlHolderNumberBuilder { get; }
Property Value
Declaration
public string TlLibref { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool TlManualToolChange { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public InheritableIntBuilder TlNumberBuilder { get; }
Property Value
TlText
Declaration
public string TlText { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ToolAssemblyPartName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public string GetMaterial()
Returns
Type |
Description |
System.String |
|
Declaration
public void GetMaterialData(out string libRef, out string name, out string description, out string code)
Parameters
Type |
Name |
Description |
System.String |
libRef |
|
System.String |
name |
|
System.String |
description |
|
System.String |
code |
|
Declaration
public void SetMaterial(string libRef)
Parameters
Type |
Name |
Description |
System.String |
libRef |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink