Search Results for

    Show / Hide Table of Contents

    Class MechatronicsSession

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    MechatronicsSession
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class MechatronicsSession : NXRemotableObject, IMessageSink

    Constructors

    MechatronicsSession(Session)

    Declaration
    protected MechatronicsSession(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

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

    Methods

    GetExportableLogicalObjects(LogicObject)

    Declaration
    public LogicObject[] GetExportableLogicalObjects(LogicObject logicalObject)
    Parameters
    Type Name Description
    LogicObject logicalObject
    Returns
    Type Description
    LogicObject[]

    GetLogicalAttributeNames(out String[])

    Declaration
    public void GetLogicalAttributeNames(out string[] attributeNames)
    Parameters
    Type Name Description
    System.String[] attributeNames

    GetLogicalAttributeValues(LogicObject, String[])

    Declaration
    public string[] GetLogicalAttributeValues(LogicObject logicalObject, string[] attributeNames)
    Parameters
    Type Name Description
    LogicObject logicalObject
    System.String[] attributeNames
    Returns
    Type Description
    System.String[]

    GetLogicalTypes(out String[], out String[])

    Declaration
    public void GetLogicalTypes(out string[] logicalTypeNames, out string[] logicalTypeBitmaps)
    Parameters
    Type Name Description
    System.String[] logicalTypeNames
    System.String[] logicalTypeBitmaps

    PerformSimulation(MechatronicsSession.SimulationAction)

    Declaration
    public void PerformSimulation(MechatronicsSession.SimulationAction action)
    Parameters
    Type Name Description
    MechatronicsSession.SimulationAction action

    Implements

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