Search Results for

    Show / Hide Table of Contents

    Class CutRegionsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ObjectContainer
    CutRegionsBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    ObjectContainer.Cut(Int32[])
    ObjectContainer.Copy(Int32[])
    ObjectContainer.Paste(Int32[])
    ObjectContainer.PasteBefore(Int32[])
    ObjectContainer.Delete(Int32[])
    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 CutRegionsBuilder : ObjectContainer, IMessageSink

    Constructors

    CutRegionsBuilder()

    Declaration
    protected CutRegionsBuilder()

    Properties

    CutRegionsContainment

    Declaration
    public CutRegionsBuilder.CutRegionsContainmentTypes CutRegionsContainment { get; set; }
    Property Value
    Type Description
    CutRegionsBuilder.CutRegionsContainmentTypes

    CutRegionsProgram

    Declaration
    public CutRegionsBuilder.CutRegionsProgramTypes CutRegionsProgram { get; set; }
    Property Value
    Type Description
    CutRegionsBuilder.CutRegionsProgramTypes

    CutRegionsStatus

    Declaration
    public CutRegionsBuilder.CutRegionsStatusTypes CutRegionsStatus { get; set; }
    Property Value
    Type Description
    CutRegionsBuilder.CutRegionsStatusTypes

    Methods

    CreateRegions()

    Declaration
    public void CreateRegions()

    DeleteAllRegions()

    Declaration
    public void DeleteAllRegions()

    ExecuteDeferCommand(Int32[], Int32)

    Declaration
    public int ExecuteDeferCommand(int[] value, int targetSubop)
    Parameters
    Type Name Description
    System.Int32[] value
    System.Int32 targetSubop
    Returns
    Type Description
    System.Int32

    ExecuteDeleteCommand(Int32[], Int32)

    Declaration
    public int ExecuteDeleteCommand(int[] value, int targetSubop)
    Parameters
    Type Name Description
    System.Int32[] value
    System.Int32 targetSubop
    Returns
    Type Description
    System.Int32

    ExecuteEditCommand()

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

    ExecuteGougeCheckCommand()

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

    ExecuteMergeCommand()

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

    ExecuteReverseCommand(Int32[], Int32)

    Declaration
    public int ExecuteReverseCommand(int[] value, int targetSubop)
    Parameters
    Type Name Description
    System.Int32[] value
    System.Int32 targetSubop
    Returns
    Type Description
    System.Int32

    ExecuteSaveToolAxisCommand(Int32[], Int32)

    Declaration
    public int ExecuteSaveToolAxisCommand(int[] value, int targetSubop)
    Parameters
    Type Name Description
    System.Int32[] value
    System.Int32 targetSubop
    Returns
    Type Description
    System.Int32

    ExecuteSplitCommand()

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

    GetEditSubopCommandBuilder(Int32[], Int32)

    Declaration
    public EditSubopCommand GetEditSubopCommandBuilder(int[] value, int targetSubop)
    Parameters
    Type Name Description
    System.Int32[] value
    System.Int32 targetSubop
    Returns
    Type Description
    EditSubopCommand

    GetGougeChkSubopCommandBuilder(Int32[], Int32)

    Declaration
    public ParamBuilder GetGougeChkSubopCommandBuilder(int[] value, int targetSubop)
    Parameters
    Type Name Description
    System.Int32[] value
    System.Int32 targetSubop
    Returns
    Type Description
    ParamBuilder

    GetMergeSubopCommandBuilder(Int32[], Int32)

    Declaration
    public MergeSubopCommand GetMergeSubopCommandBuilder(int[] value, int targetSubop)
    Parameters
    Type Name Description
    System.Int32[] value
    System.Int32 targetSubop
    Returns
    Type Description
    MergeSubopCommand

    GetSplitSubopCommandBuilder(Int32[], Int32)

    Declaration
    public SplitSubopCommand GetSplitSubopCommandBuilder(int[] value, int targetSubop)
    Parameters
    Type Name Description
    System.Int32[] value
    System.Int32 targetSubop
    Returns
    Type Description
    SplitSubopCommand

    ImportRegions()

    Declaration
    public void ImportRegions()

    Implements

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