Search Results for

    Show / Hide Table of Contents

    Class NodalFunctionEvaluationSettingBuilder

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

    Constructors

    NodalFunctionEvaluationSettingBuilder()

    Declaration
    protected NodalFunctionEvaluationSettingBuilder()

    Properties

    BeamDataLocation

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

    CoordinateSystem

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

    DataComponent

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

    RelativeNode

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

    ShellDataLocation

    Declaration
    public NodalFunctionEvalShellLocation ShellDataLocation { get; set; }
    Property Value
    Type Description
    NodalFunctionEvalShellLocation

    UserDefinedDirection

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

    UsingUserDefinedDirection

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

    Methods

    GetDestinationNodes()

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

    SetDestinationNodes(FENode[])

    Declaration
    public void SetDestinationNodes(FENode[] destinationNodes)
    Parameters
    Type Name Description
    FENode[] destinationNodes

    Implements

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