Search Results for

    Show / Hide Table of Contents

    Class ManageToolPartBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ManageToolPartBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAM
    Assembly: NXOpen.dll
    Syntax
    public class ManageToolPartBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ManageToolPartBuilder()

    Declaration
    protected ManageToolPartBuilder()

    Properties

    ExportToggleState

    Declaration
    public bool ExportToggleState { get; set; }
    Property Value
    Type Description
    bool

    ToolMountingJunction

    Declaration
    public NXObject ToolMountingJunction { get; set; }
    Property Value
    Type Description
    NXObject

    Methods

    AskR1ToolTipJunction(out NXObject, out int)

    Declaration
    public void AskR1ToolTipJunction(out NXObject r1ToolTipJunction, out int r1ToolTipTrackingPoint)
    Parameters
    Type Name Description
    NXObject r1ToolTipJunction
    int r1ToolTipTrackingPoint

    AskToolTipJunction(out NXObject, out int, out int)

    Declaration
    public void AskToolTipJunction(out NXObject toolTipJunction, out int toolTipTrackingPoint, out int toolTipRadiusId)
    Parameters
    Type Name Description
    NXObject toolTipJunction
    int toolTipTrackingPoint
    int toolTipRadiusId

    GetNumToolCutter()

    Declaration
    public int GetNumToolCutter()
    Returns
    Type Description
    int

    GetNumToolNonCuttingObjects()

    Declaration
    public int GetNumToolNonCuttingObjects()
    Returns
    Type Description
    int

    GetToolCutter(out NXObject[])

    Declaration
    public void GetToolCutter(out NXObject[] tagArray)
    Parameters
    Type Name Description
    NXObject[] tagArray

    GetToolNonCuttingObjects(out NXObject[])

    Declaration
    public void GetToolNonCuttingObjects(out NXObject[] tagArray)
    Parameters
    Type Name Description
    NXObject[] tagArray

    SetToolCutter(NXObject[])

    Declaration
    public void SetToolCutter(NXObject[] tagArray)
    Parameters
    Type Name Description
    NXObject[] tagArray

    SetToolNonCuttingObjects(NXObject[])

    Declaration
    public void SetToolNonCuttingObjects(NXObject[] tagArray)
    Parameters
    Type Name Description
    NXObject[] tagArray

    UpdateR1ToolTipJunction(NXObject, int)

    Declaration
    public void UpdateR1ToolTipJunction(NXObject r1ToolTipJunction, int r1ToolTipTrackingPoint)
    Parameters
    Type Name Description
    NXObject r1ToolTipJunction
    int r1ToolTipTrackingPoint

    UpdateToolTipJunction(NXObject, int, int)

    Declaration
    public void UpdateToolTipJunction(NXObject r1ToolTipJunction, int toolTipTrackingPoint, int toolTipRadiusId)
    Parameters
    Type Name Description
    NXObject r1ToolTipJunction
    int toolTipTrackingPoint
    int toolTipRadiusId

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX