Search Results for

    Show / Hide Table of Contents

    Class MachinePocketGroupBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ParamBuilder
    NCGroupBuilder
    MachinePocketGroupBuilder
    Implements
    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, 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 MachinePocketGroupBuilder : NCGroupBuilder, IMessageSink, IComponentBuilder

    Constructors

    MachinePocketGroupBuilder()

    Declaration
    protected MachinePocketGroupBuilder()

    Properties

    AdjustIdBuilder

    Declaration
    public InheritableIntBuilder AdjustIdBuilder { get; }
    Property Value
    Type Description
    InheritableIntBuilder

    AdjustRegisterType

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Use CAM.MachinePocketGroupBuilder.AdjustIdBuilder instead.")]
    public MachinePocketGroupBuilder.RegisterType AdjustRegisterType { get; set; }
    Property Value
    Type Description
    MachinePocketGroupBuilder.RegisterType

    ChannelName

    Declaration
    public string ChannelName { get; set; }
    Property Value
    Type Description
    string

    CutcomIdBuilder

    Declaration
    public InheritableIntBuilder CutcomIdBuilder { get; }
    Property Value
    Type Description
    InheritableIntBuilder

    CutcomRegisterType

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Use CAM.MachinePocketGroupBuilder.CutcomIdBuilder instead.")]
    public MachinePocketGroupBuilder.RegisterType CutcomRegisterType { get; set; }
    Property Value
    Type Description
    MachinePocketGroupBuilder.RegisterType

    HoldingSystemsList

    Declaration
    public HoldingSystemBuilderList HoldingSystemsList { get; }
    Property Value
    Type Description
    HoldingSystemBuilderList

    NumberOfTools

    Declaration
    public int NumberOfTools { get; set; }
    Property Value
    Type Description
    int

    PocketIdBuilder

    Declaration
    public InheritableIntBuilder PocketIdBuilder { get; }
    Property Value
    Type Description
    InheritableIntBuilder

    PocketIdStringBuilder

    Declaration
    public InheritableTextBuilder PocketIdStringBuilder { get; }
    Property Value
    Type Description
    InheritableTextBuilder

    Methods

    CreateHoldingSystemBuilder(int, string)

    Declaration
    public HoldingSystemBuilder CreateHoldingSystemBuilder(int position, string name)
    Parameters
    Type Name Description
    int position
    string name
    Returns
    Type Description
    HoldingSystemBuilder

    Implements

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