Search Results for

    Show / Hide Table of Contents

    Class ManageToolPartBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ManageToolPartBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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 ManageToolPartBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ManageToolPartBuilder()

    Declaration
    protected ManageToolPartBuilder()

    Properties

    ExportToggleState

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

    ToolMountingJunction

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

    Methods

    AskR1ToolTipJunction(out NXObject, out Int32)

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

    AskToolTipJunction(out NXObject, out Int32, out Int32)

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

    GetNumToolCutter()

    Declaration
    public int GetNumToolCutter()
    Returns
    Type Description
    System.Int32

    GetNumToolNonCuttingObjects()

    Declaration
    public int GetNumToolNonCuttingObjects()
    Returns
    Type Description
    System.Int32

    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, Int32)

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

    UpdateToolTipJunction(NXObject, Int32, Int32)

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

    Implements

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