Search Results for

    Show / Hide Table of Contents

    Class MotionEnvironment

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    MotionEnvironment
    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.Motion
    Assembly: NXOpen.dll
    Syntax
    public class MotionEnvironment : NXRemotableObject, IMessageSink

    Constructors

    MotionEnvironment(MotionSession)

    Declaration
    protected MotionEnvironment(MotionSession owner)
    Parameters
    Type Name Description
    MotionSession owner

    Properties

    Tag

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

    Methods

    CheckCosimLicense(Boolean)

    Declaration
    public void CheckCosimLicense(bool checkCosimLicense)
    Parameters
    Type Name Description
    System.Boolean checkCosimLicense

    CheckFlexbodyLicense(Boolean)

    Declaration
    public void CheckFlexbodyLicense(bool checkFlexbodyLicense)
    Parameters
    Type Name Description
    System.Boolean checkFlexbodyLicense

    CheckMotorLicense(Boolean)

    Declaration
    public void CheckMotorLicense(bool checkMotorLicense)
    Parameters
    Type Name Description
    System.Boolean checkMotorLicense

    GetJointWizardStatus()

    Declaration
    public MotionEnvironment.JointWizardStatus GetJointWizardStatus()
    Returns
    Type Description
    MotionEnvironment.JointWizardStatus

    GetSolver()

    Declaration
    public MotionEnvironment.Solver GetSolver()
    Returns
    Type Description
    MotionEnvironment.Solver

    SetAnalysisType(MotionEnvironment.Analysis)

    Declaration
    public void SetAnalysisType(MotionEnvironment.Analysis analysisType)
    Parameters
    Type Name Description
    MotionEnvironment.Analysis analysisType

    SetComponentBasedMechanism(Boolean)

    Declaration
    public void SetComponentBasedMechanism(bool componentBasedMech)
    Parameters
    Type Name Description
    System.Boolean componentBasedMech

    SetJointWizardStatus(MotionEnvironment.JointWizardStatus)

    Declaration
    public void SetJointWizardStatus(MotionEnvironment.JointWizardStatus setting)
    Parameters
    Type Name Description
    MotionEnvironment.JointWizardStatus setting

    SetSolver(MotionEnvironment.Solver)

    Declaration
    public void SetSolver(MotionEnvironment.Solver solver)
    Parameters
    Type Name Description
    MotionEnvironment.Solver solver

    Implements

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