Search Results for

    Show / Hide Table of Contents

    Class TrimVariablesManager

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

    Constructors

    TrimVariablesManager(Session)

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

    Properties

    Tag

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

    Methods

    AddVariable(TaggedObject, Int32, String, String)

    Declaration
    public void AddVariable(TaggedObject solution, int variableType, string variableName, string variableUIName)
    Parameters
    Type Name Description
    TaggedObject solution
    System.Int32 variableType
    System.String variableName
    System.String variableUIName

    DeleteVariable(TaggedObject, String)

    Declaration
    public void DeleteVariable(TaggedObject solution, string variableName)
    Parameters
    Type Name Description
    TaggedObject solution
    System.String variableName

    EnsureVariablesConsistency(TaggedObject)

    Declaration
    public void EnsureVariablesConsistency(TaggedObject solution)
    Parameters
    Type Name Description
    TaggedObject solution

    GetTrimVariablesManager(Session)

    Declaration
    public static TrimVariablesManager GetTrimVariablesManager(Session owner)
    Parameters
    Type Name Description
    Session owner
    Returns
    Type Description
    TrimVariablesManager

    SetFixedVariableConstraint(TaggedObject, TaggedObject, String, String, TaggedObject)

    Declaration
    public void SetFixedVariableConstraint(TaggedObject solution, TaggedObject subcase, string variableName, string expressionStr, TaggedObject unitType)
    Parameters
    Type Name Description
    TaggedObject solution
    TaggedObject subcase
    System.String variableName
    System.String expressionStr
    TaggedObject unitType

    SetLinkedVariableConstraint(TaggedObject, TaggedObject, String, String[], Double[])

    Declaration
    public TaggedObject SetLinkedVariableConstraint(TaggedObject solution, TaggedObject subcase, string variableName, string[] independentVariables, double[] independentVariableCoefficients)
    Parameters
    Type Name Description
    TaggedObject solution
    TaggedObject subcase
    System.String variableName
    System.String[] independentVariables
    System.Double[] independentVariableCoefficients
    Returns
    Type Description
    TaggedObject

    SetTrimPropertyValue(TaggedObject, String, String, TaggedObject)

    Declaration
    public void SetTrimPropertyValue(TaggedObject subcase, string propertyName, string expressionStr, TaggedObject unitType)
    Parameters
    Type Name Description
    TaggedObject subcase
    System.String propertyName
    System.String expressionStr
    TaggedObject unitType

    Implements

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