Search Results for

    Show / Hide Table of Contents

    Class BaseResultType

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseResultType
    FunctionResultType
    ResultType
    Implements
    IMessageSink
    Inherited Members
    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
    Assembly: NXOpen.dll
    Syntax
    public class BaseResultType : TaggedObject, IMessageSink

    Constructors

    BaseResultType()

    Declaration
    protected BaseResultType()

    Properties

    Complex

    Declaration
    public bool Complex { get; }
    Property Value
    Type Description
    bool

    Datatype

    Declaration
    public Result.DataType Datatype { get; }
    Property Value
    Type Description
    Result.DataType

    Location

    Declaration
    public Result.Location Location { get; }
    Property Value
    Type Description
    Result.Location

    Name

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

    Quantity

    Declaration
    public Result.Quantity Quantity { get; }
    Property Value
    Type Description
    Result.Quantity

    UserName

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    string

    Methods

    AskBeamLocations(out BeamSection[])

    Declaration
    public void AskBeamLocations(out Result.BeamSection[] beamLocations)
    Parameters
    Type Name Description
    BeamSection[] beamLocations

    AskComponents(out Component[])

    Declaration
    public string[] AskComponents(out Result.Component[] components)
    Parameters
    Type Name Description
    Component[] components
    Returns
    Type Description
    string[]

    AskDefaultUnitForComponent(Component)

    Declaration
    public Unit AskDefaultUnitForComponent(Result.Component component)
    Parameters
    Type Name Description
    Result.Component component
    Returns
    Type Description
    Unit

    AskPlies(out int[])

    Declaration
    public void AskPlies(out int[] plyIDs)
    Parameters
    Type Name Description
    int[] plyIDs

    AskPlyLocations(int, out PlyLocation[])

    Declaration
    public void AskPlyLocations(int plyID, out Result.PlyLocation[] locations)
    Parameters
    Type Name Description
    int plyID
    PlyLocation[] locations

    AskShellLocations(out ShellSection[])

    Declaration
    public void AskShellLocations(out Result.ShellSection[] shellLocations)
    Parameters
    Type Name Description
    ShellSection[] shellLocations

    GetSectionDefined()

    Declaration
    public Result.Section[] GetSectionDefined()
    Returns
    Type Description
    Section[]

    Implements

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