Search Results for

    Show / Hide Table of Contents

    Class CreateTool

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CreateTool
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 CreateTool : Builder, IMessageSink, IComponentBuilder

    Constructors

    CreateTool()

    Declaration
    protected CreateTool()

    Properties

    MatchDepthOption

    Declaration
    public bool MatchDepthOption { get; set; }
    Property Value
    Type Description
    System.Boolean

    TopDiameter

    Declaration
    public double TopDiameter { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    CreateNewTool()

    Declaration
    public Tool CreateNewTool()
    Returns
    Type Description
    Tool

    GetBottomDepthOffset()

    Declaration
    public double GetBottomDepthOffset()
    Returns
    Type Description
    System.Double

    GetDepthOffset(Int32)

    Declaration
    public double GetDepthOffset(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Double

    GetDepthRange()

    Declaration
    public double GetDepthRange()
    Returns
    Type Description
    System.Double

    GetDiameterOffset(Int32)

    Declaration
    public double GetDiameterOffset(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Double

    GetDiameterRange()

    Declaration
    public double GetDiameterRange()
    Returns
    Type Description
    System.Double

    GetFeature()

    Declaration
    public CAMFeature GetFeature()
    Returns
    Type Description
    CAMFeature

    GetLibTools()

    Declaration
    public string[] GetLibTools()
    Returns
    Type Description
    System.String[]

    GetMachiningAreaActive(Int32)

    Declaration
    public bool GetMachiningAreaActive(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Boolean

    GetMachiningAreaNames()

    Declaration
    public string[] GetMachiningAreaNames()
    Returns
    Type Description
    System.String[]

    GetMacTools()

    Declaration
    public Tool[] GetMacTools()
    Returns
    Type Description
    Tool[]

    GetToolClass()

    Declaration
    public string GetToolClass()
    Returns
    Type Description
    System.String

    GetToolTemplate()

    Declaration
    public string GetToolTemplate()
    Returns
    Type Description
    System.String

    GetTopDepthOffset()

    Declaration
    public double GetTopDepthOffset()
    Returns
    Type Description
    System.Double

    SetBottomDepthOffset(Double)

    Declaration
    public void SetBottomDepthOffset(double offset)
    Parameters
    Type Name Description
    System.Double offset

    SetDepthOffset(Int32, Double)

    Declaration
    public void SetDepthOffset(int index, double offset)
    Parameters
    Type Name Description
    System.Int32 index
    System.Double offset

    SetDepthRange(Double)

    Declaration
    public void SetDepthRange(double tolerance)
    Parameters
    Type Name Description
    System.Double tolerance

    SetDiameterOffset(Int32, Double)

    Declaration
    public void SetDiameterOffset(int index, double offset)
    Parameters
    Type Name Description
    System.Int32 index
    System.Double offset

    SetDiameterRange(Double)

    Declaration
    public void SetDiameterRange(double tolerance)
    Parameters
    Type Name Description
    System.Double tolerance

    SetFeature(CAMFeature)

    Declaration
    public void SetFeature(CAMFeature feature)
    Parameters
    Type Name Description
    CAMFeature feature

    SetMachiningAreaActive(Int32, Boolean)

    Declaration
    public void SetMachiningAreaActive(int index, bool value)
    Parameters
    Type Name Description
    System.Int32 index
    System.Boolean value

    SetToolClass(String)

    Declaration
    public void SetToolClass(string name)
    Parameters
    Type Name Description
    System.String name

    SetToolTemplate(String)

    Declaration
    public void SetToolTemplate(string name)
    Parameters
    Type Name Description
    System.String name

    SetTopDepthOffset(Double)

    Declaration
    public void SetTopDepthOffset(double offset)
    Parameters
    Type Name Description
    System.Double offset

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX