Search Results for

    Show / Hide Table of Contents

    Class CalculationContext

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    NXObject
    CalculationContext
    Implements
    IMessageSink
    INXObject
    Inherited Members
    NXObject.SetUserAttribute(NXObject.AttributeInformation, Update.Option)
    NXObject.SetUserAttribute(string, int, int, Update.Option)
    NXObject.SetUserAttribute(string, int, double, Update.Option)
    NXObject.SetUserAttribute(string, int, string, Update.Option)
    NXObject.SetUserAttribute(string, int, Update.Option)
    NXObject.SetTimeUserAttribute(string, int, string, Update.Option)
    NXObject.SetTimeUserAttribute(string, int, NXObject.ComputationalTime, Update.Option)
    NXObject.SetBooleanUserAttribute(string, int, bool, Update.Option)
    NXObject.CreateAttributeIterator()
    NXObject.HasUserAttribute(AttributeIterator)
    NXObject.HasUserAttribute(string, NXObject.AttributeType, int)
    NXObject.GetUserAttributeCount(AttributeIterator)
    NXObject.GetUserAttributeCount(AttributeIterator, bool)
    NXObject.GetUserAttributeCount(NXObject.AttributeType)
    NXObject.GetUserAttributeCount(NXObject.AttributeType, bool, bool)
    NXObject.GetUserAttributeSize(string, NXObject.AttributeType)
    NXObject.GetNextUserAttribute(AttributeIterator, out NXObject.AttributeInformation)
    NXObject.GetUserAttribute(string, NXObject.AttributeType, int)
    NXObject.GetBooleanUserAttribute(string, int)
    NXObject.GetIntegerUserAttribute(string, int)
    NXObject.GetRealUserAttribute(string, int)
    NXObject.GetStringUserAttribute(string, int)
    NXObject.GetTimeUserAttribute(string, int)
    NXObject.GetComputationalTimeUserAttribute(string, int)
    NXObject.GetUserAttributes(AttributeIterator)
    NXObject.GetUserAttributes()
    NXObject.GetUserAttributes(bool)
    NXObject.GetUserAttributeAsString(string, NXObject.AttributeType, int)
    NXObject.DeleteUserAttributes(AttributeIterator, Update.Option)
    NXObject.DeleteUserAttribute(NXObject.AttributeType, string, bool, Update.Option)
    NXObject.DeleteUserAttributes(NXObject.AttributeType, Update.Option)
    NXObject.SetUserAttributeLock(string, NXObject.AttributeType, bool)
    NXObject.GetUserAttributeLock(string, NXObject.AttributeType)
    NXObject.GetUserAttributeSourceObjects()
    NXObject.SetPdmReferenceAttribute(string, string)
    NXObject.GetPdmReferenceAttributeValue(string)
    NXObject.GetUserAttribute(string, bool, bool, NXObject.AttributeType)
    NXObject.GetUserAttributes(bool, bool)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType, Update.Option)
    NXObject.SetAttribute(string, int)
    NXObject.SetAttribute(string, int, Update.Option)
    NXObject.SetAttribute(string, double)
    NXObject.SetAttribute(string, double, Update.Option)
    NXObject.SetAttribute(string, string)
    NXObject.SetAttribute(string, string, Update.Option)
    NXObject.SetAttribute(string)
    NXObject.SetAttribute(string, Update.Option)
    NXObject.SetTimeAttribute(string, string)
    NXObject.SetTimeAttribute(string, string, Update.Option)
    NXObject.GetIntegerAttribute(string)
    NXObject.GetRealAttribute(string)
    NXObject.GetStringAttribute(string)
    NXObject.GetTimeAttribute(NXObject.DateAndTimeFormat, string)
    NXObject.GetReferenceAttribute(string)
    NXObject.DeleteAttributeByTypeAndTitle(NXObject.AttributeType, string)
    NXObject.DeleteAttributeByTypeAndTitle(NXObject.AttributeType, string, Update.Option)
    NXObject.SetReferenceAttribute(string, string)
    NXObject.SetReferenceAttribute(string, string, Update.Option)
    NXObject.GetAttributeTitlesByType(NXObject.AttributeType)
    NXObject.GetUserAttributesAsStrings()
    NXObject.FindObject(string)
    NXObject.Print()
    NXObject.SetName(string)
    NXObject.IsOccurrence
    NXObject.JournalIdentifier
    NXObject.OwningComponent
    NXObject.OwningPart
    NXObject.Prototype
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE.AeroStructures.Author
    Assembly: NXOpen.dll
    Syntax
    public class CalculationContext : NXObject, IMessageSink, INXObject

    Constructors

    CalculationContext()

    Declaration
    protected CalculationContext()

    Properties

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Methods

    AddGeneralScalarTable(int, int, string)

    Declaration
    public GeneralScalarTable AddGeneralScalarTable(int nRows, int nCols, string measureName)
    Parameters
    Type Name Description
    int nRows
    int nCols
    string measureName
    Returns
    Type Description
    GeneralScalarTable

    Error(string)

    Declaration
    public void Error(string message)
    Parameters
    Type Name Description
    string message

    Error(string, int, string)

    Declaration
    public void Error(string failureMode, int lcIndex, string message)
    Parameters
    Type Name Description
    string failureMode
    int lcIndex
    string message

    Error(string, string, string)

    Declaration
    public void Error(string failureMode, string loadCase, string message)
    Parameters
    Type Name Description
    string failureMode
    string loadCase
    string message

    GetAbbContext()

    Declaration
    public AbbContext GetAbbContext()
    Returns
    Type Description
    AbbContext

    GetInput(string)

    Declaration
    public InputParameter GetInput(string inputName)
    Parameters
    Type Name Description
    string inputName
    Returns
    Type Description
    InputParameter

    GetLoadCaseArray(out LoadCase[])

    Declaration
    public void GetLoadCaseArray(out LoadCase[] lcarray)
    Parameters
    Type Name Description
    LoadCase[] lcarray

    GetOutput(string)

    Declaration
    public OutputParameter GetOutput(string outputName)
    Parameters
    Type Name Description
    string outputName
    Returns
    Type Description
    OutputParameter

    GetOutputMs()

    Declaration
    public OutputScalar GetOutputMs()
    Returns
    Type Description
    OutputScalar

    GetTempPath()

    Declaration
    public string GetTempPath()
    Returns
    Type Description
    string

    GetUnit(string)

    Declaration
    public Unit GetUnit(string unitName)
    Parameters
    Type Name Description
    string unitName
    Returns
    Type Description
    Unit

    GetUnitForMeasure(string)

    Declaration
    public Unit GetUnitForMeasure(string measureName)
    Parameters
    Type Name Description
    string measureName
    Returns
    Type Description
    Unit

    GetUnitType(string, string)

    Declaration
    public Unit GetUnitType(string measureName, string unitSymbol)
    Parameters
    Type Name Description
    string measureName
    string unitSymbol
    Returns
    Type Description
    Unit

    Log(string)

    Declaration
    public void Log(string message)
    Parameters
    Type Name Description
    string message

    Log(string, int, string)

    Declaration
    public void Log(string failureMode, int lcIndex, string message)
    Parameters
    Type Name Description
    string failureMode
    int lcIndex
    string message

    Log(string, string, string)

    Declaration
    public void Log(string failureMode, string loadCase, string message)
    Parameters
    Type Name Description
    string failureMode
    string loadCase
    string message

    SetEnvelopeResults(double[], double[])

    Declaration
    public void SetEnvelopeResults(double[] xValues, double[] yValues)
    Parameters
    Type Name Description
    double[] xValues
    double[] yValues

    SetLoadResults(int, double[], double[], double[], bool[])

    Declaration
    public void SetLoadResults(int lcIndex, double[] xValues, double[] yValues, double[] centralities, bool[] selected)
    Parameters
    Type Name Description
    int lcIndex
    double[] xValues
    double[] yValues
    double[] centralities
    bool[] selected

    SetResultUnits(Unit, Unit)

    Declaration
    public void SetResultUnits(Unit xUnitType, Unit yUnitType)
    Parameters
    Type Name Description
    Unit xUnitType
    Unit yUnitType

    SetSelectedLoadCase(int, bool)

    Declaration
    public void SetSelectedLoadCase(int lcIndex, bool selected)
    Parameters
    Type Name Description
    int lcIndex
    bool selected

    SetSelectedLoadCases(int[])

    Declaration
    public void SetSelectedLoadCases(int[] lcIndexes)
    Parameters
    Type Name Description
    int[] lcIndexes

    SetToleranceResults(double[], double[])

    Declaration
    public void SetToleranceResults(double[] xValues, double[] yValues)
    Parameters
    Type Name Description
    double[] xValues
    double[] yValues

    SetToleranceValue(double)

    Declaration
    public void SetToleranceValue(double tolerance)
    Parameters
    Type Name Description
    double tolerance

    Warn(string)

    Declaration
    public void Warn(string message)
    Parameters
    Type Name Description
    string message

    Warn(string, int, string)

    Declaration
    public void Warn(string failureMode, int lcIndex, string message)
    Parameters
    Type Name Description
    string failureMode
    int lcIndex
    string message

    Warn(string, string, string)

    Declaration
    public void Warn(string failureMode, string loadCase, string message)
    Parameters
    Type Name Description
    string failureMode
    string loadCase
    string message

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    INXObject
    In this article
    Back to top Generated by DocFX