Search Results for

    Show / Hide Table of Contents

    Class ElementalFunctionEvaluationSettingBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FunctionEvaluationSettingBuilder
    ElementalFunctionEvaluationSettingBuilder
    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 ElementalFunctionEvaluationSettingBuilder : FunctionEvaluationSettingBuilder, IMessageSink, IComponentBuilder

    Constructors

    ElementalFunctionEvaluationSettingBuilder()

    Declaration
    protected ElementalFunctionEvaluationSettingBuilder()

    Properties

    BeamDataLocation

    Declaration
    public ElementalFunctionEvalBeamLocation BeamDataLocation { get; set; }
    Property Value
    Type Description
    ElementalFunctionEvalBeamLocation

    CoordinateSystem

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

    DataComponent

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

    ElementLocation

    Declaration
    public ElementLocation ElementLocation { get; set; }
    Property Value
    Type Description
    ElementLocation

    ShellEvaluationLocation

    Declaration
    public ShellElementEvaluationLocation ShellEvaluationLocation { get; set; }
    Property Value
    Type Description
    ShellElementEvaluationLocation

    SpringForceEvaluationFromDisplacement

    Declaration
    public bool SpringForceEvaluationFromDisplacement { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetDestinationElements()

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

    SetDestinationElements(FEElement[])

    Declaration
    public void SetDestinationElements(FEElement[] destinationElement)
    Parameters
    Type Name Description
    FEElement[] destinationElement

    Implements

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