Search Results for

    Show / Hide Table of Contents

    Class CsdEvaluationSettingBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FunctionEvaluationSettingBuilder
    CsdEvaluationSettingBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FunctionEvaluationSettingBuilder.OutputSettings
    FunctionEvaluationSettingBuilder.ResultType
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE.ResponseSimulation
    Assembly: NXOpen.dll
    Syntax
    public class CsdEvaluationSettingBuilder : FunctionEvaluationSettingBuilder, IMessageSink, IComponentBuilder

    Constructors

    CsdEvaluationSettingBuilder()

    Declaration
    protected CsdEvaluationSettingBuilder()

    Properties

    ReferenceCoordinateSystem

    Declaration
    public CoordinateSystem ReferenceCoordinateSystem { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    ReferenceDataLocation

    Declaration
    public DataLocation ReferenceDataLocation { get; }
    Property Value
    Type Description
    DataLocation

    ReferenceElement

    Declaration
    public FEElement ReferenceElement { get; set; }
    Property Value
    Type Description
    FEElement

    ReferenceElementDataComponent

    Declaration
    public DirectionDataComponent ReferenceElementDataComponent { get; set; }
    Property Value
    Type Description
    DirectionDataComponent

    ReferenceNode

    Declaration
    public FENode ReferenceNode { get; set; }
    Property Value
    Type Description
    FENode

    ReferenceNodeDataComponent

    Declaration
    public DirectionDataComponent ReferenceNodeDataComponent { get; set; }
    Property Value
    Type Description
    DirectionDataComponent

    ReferenceUserDefinedDirection

    Declaration
    public Direction ReferenceUserDefinedDirection { get; set; }
    Property Value
    Type Description
    Direction

    ReferenceUsingUserDefinedDirection

    Declaration
    public NodalFunctionEvalRequest ReferenceUsingUserDefinedDirection { get; set; }
    Property Value
    Type Description
    NodalFunctionEvalRequest

    ResponseCoordinateSystem

    Declaration
    public CoordinateSystem ResponseCoordinateSystem { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    ResponseDataLocation

    Declaration
    public DataLocation ResponseDataLocation { get; }
    Property Value
    Type Description
    DataLocation

    ResponseElementDataComponent

    Declaration
    public DirectionDataComponent ResponseElementDataComponent { get; set; }
    Property Value
    Type Description
    DirectionDataComponent

    ResponseNodeDataComponent

    Declaration
    public DirectionDataComponent ResponseNodeDataComponent { get; set; }
    Property Value
    Type Description
    DirectionDataComponent

    ResponseUserDefinedDirection

    Declaration
    public Direction ResponseUserDefinedDirection { get; set; }
    Property Value
    Type Description
    Direction

    ResponseUsingUserDefinedDirection

    Declaration
    public NodalFunctionEvalRequest ResponseUsingUserDefinedDirection { get; set; }
    Property Value
    Type Description
    NodalFunctionEvalRequest

    Methods

    GetResponseElements()

    Declaration
    public FEElement[] GetResponseElements()
    Returns
    Type Description
    FEElement[]

    GetResponseNodes()

    Declaration
    public FENode[] GetResponseNodes()
    Returns
    Type Description
    FENode[]

    SetResponseElements(FEElement[])

    Declaration
    public void SetResponseElements(FEElement[] responseElements)
    Parameters
    Type Name Description
    FEElement[] responseElements

    SetResponseNodes(FENode[])

    Declaration
    public void SetResponseNodes(FENode[] responseNode)
    Parameters
    Type Name Description
    FENode[] responseNode

    Implements

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