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

    EnableCdtire(Boolean)

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Removed without replacement.")]
    public void EnableCdtire(bool enableCdtire)
    Parameters
    Type Name Description
    System.Boolean enableCdtire

    EnableLmsflexbody(Boolean)

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Removed without replacement.")]
    public void EnableLmsflexbody(bool enableLmsflexbody)
    Parameters
    Type Name Description
    System.Boolean enableLmsflexbody

    EnableMechatronics(Boolean)

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Removed without replacement.")]
    public void EnableMechatronics(bool enableMechatronicsLicense)
    Parameters
    Type Name Description
    System.Boolean enableMechatronicsLicense

    EnableStdtire(Boolean)

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Removed without replacement.")]
    public void EnableStdtire(bool enableStdtire)
    Parameters
    Type Name Description
    System.Boolean enableStdtire

    EnableSwifttire(Boolean)

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Removed without replacement.")]
    public void EnableSwifttire(bool enableSwifttire)
    Parameters
    Type Name Description
    System.Boolean enableSwifttire

    EnableTnotire(Boolean)

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Removed without replacement.")]
    public void EnableTnotire(bool enableTnotiree)
    Parameters
    Type Name Description
    System.Boolean enableTnotiree

    GetAdoptAssemblyJointStatus()

    Declaration
    public MotionEnvironment.AdoptAssemblyJointStatus GetAdoptAssemblyJointStatus()
    Returns
    Type Description
    MotionEnvironment.AdoptAssemblyJointStatus

    GetJointWizardStatus()

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

    GetSolver()

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

    SetAdoptAssemblyJointStatus(MotionEnvironment.AdoptAssemblyJointStatus)

    Declaration
    public void SetAdoptAssemblyJointStatus(MotionEnvironment.AdoptAssemblyJointStatus setting)
    Parameters
    Type Name Description
    MotionEnvironment.AdoptAssemblyJointStatus setting

    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