Search Results for

    Show / Hide Table of Contents

    Class MechatronicsSession

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    MechatronicsSession
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    string[] attributeNames

    GetLogicalAttributeValues(LogicObject, string[])

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

    GetLogicalTypes(out string[], out string[])

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

    PerformSimulation(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