Search Results for

    Show / Hide Table of Contents

    Class MethodBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ParamBuilder
    NCGroupBuilder
    MethodBuilder
    DrillMethodBuilder
    InspectionMethodBuilder
    LaserMethod
    MillMethodBuilder
    TurnMethodBuilder
    WedmMethodBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    NCGroupBuilder.Description
    NCGroupBuilder.EndUdeSet
    NCGroupBuilder.StartUdeSet
    ParamBuilder.GetCustomizableItemBuilder(String)
    ParamBuilder.GetCustomizableItemNames()
    ParamBuilder.CycleEvent
    ParamBuilder.CycleTable
    ParamBuilder.OptimizationMethod
    ParamBuilder.TargetPocket
    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 MethodBuilder : NCGroupBuilder, IMessageSink, IComponentBuilder

    Constructors

    MethodBuilder()

    Declaration
    protected MethodBuilder()

    Properties

    CutParameters

    Declaration
    public CutParameters CutParameters { get; }
    Property Value
    Type Description
    CutParameters

    PaintDisplay

    Declaration
    public DisplayPaint PaintDisplay { get; }
    Property Value
    Type Description
    DisplayPaint

    PathDisplay

    Declaration
    public DisplayPath PathDisplay { get; }
    Property Value
    Type Description
    DisplayPath

    PathDisplayColors

    Declaration
    public PathDisplayColors PathDisplayColors { get; }
    Property Value
    Type Description
    PathDisplayColors

    SilhouDisplay

    Declaration
    public DisplaySilhouette SilhouDisplay { get; }
    Property Value
    Type Description
    DisplaySilhouette

    ToolDisplay

    Declaration
    public DisplayTool ToolDisplay { get; }
    Property Value
    Type Description
    DisplayTool

    Methods

    GetCutMethod()

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

    SetCutMethod(String)

    Declaration
    public void SetCutMethod(string libRef)
    Parameters
    Type Name Description
    System.String libRef

    Implements

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