Search Results for

    Show / Hide Table of Contents

    Class SinumerikClientBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SinumerikClientBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class SinumerikClientBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SinumerikClientBuilder()

    Declaration
    protected SinumerikClientBuilder()

    Properties

    SelectedConfigurationName

    Declaration
    public string SelectedConfigurationName { get; set; }
    Property Value
    Type Description
    System.String

    SelectedConfigurationPart

    Declaration
    public Part SelectedConfigurationPart { get; set; }
    Property Value
    Type Description
    Part

    Methods

    GetFile(String, String)

    Declaration
    public void GetFile(string srcFile, string destFile)
    Parameters
    Type Name Description
    System.String srcFile
    System.String destFile

    GetInstanceInformation(String, Part, out SinumerikClientBuilder.TagInfo[], out Int32, out Int32)

    Declaration
    public void GetInstanceInformation(string instanceName, Part ownerPart, out SinumerikClientBuilder.TagInfo[] tagInfos, out int cyclic, out int stepFactor)
    Parameters
    Type Name Description
    System.String instanceName
    Part ownerPart
    SinumerikClientBuilder.TagInfo[] tagInfos
    System.Int32 cyclic
    System.Int32 stepFactor

    GetInstanceNames(out Part[])

    Declaration
    public string[] GetInstanceNames(out Part[] ownerParts)
    Parameters
    Type Name Description
    Part[] ownerParts
    Returns
    Type Description
    System.String[]

    GetMagazineTool(String, Part)

    Declaration
    public DynamicObjectTable GetMagazineTool(string instanceName, Part ownerPart)
    Parameters
    Type Name Description
    System.String instanceName
    Part ownerPart
    Returns
    Type Description
    DynamicObjectTable

    RefreshSinumerik(Boolean)

    Declaration
    public void RefreshSinumerik(bool bUpdateTags)
    Parameters
    Type Name Description
    System.Boolean bUpdateTags

    SetInstanceInformation(String, Part, SinumerikClientBuilder.TagInfo[], Int32, Int32)

    Declaration
    public void SetInstanceInformation(string instanceName, Part ownerPart, SinumerikClientBuilder.TagInfo[] tagInfos, int cyclic, int stepFactor)
    Parameters
    Type Name Description
    System.String instanceName
    Part ownerPart
    SinumerikClientBuilder.TagInfo[] tagInfos
    System.Int32 cyclic
    System.Int32 stepFactor

    SetInstanceNames(Part[], String[])

    Declaration
    public void SetInstanceNames(Part[] ownerParts, string[] names)
    Parameters
    Type Name Description
    Part[] ownerParts
    System.String[] names

    SetMagazineTool(String, Part, DynamicObjectTable)

    Declaration
    public void SetMagazineTool(string instanceName, Part ownerPart, DynamicObjectTable magazineTool)
    Parameters
    Type Name Description
    System.String instanceName
    Part ownerPart
    DynamicObjectTable magazineTool

    Implements

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