Class ModalResultsEvaluationSettingBuilder
Inheritance
System.Object
System.MarshalByRefObject
ModalResultsEvaluationSettingBuilder
Inherited Members
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 ModalResultsEvaluationSettingBuilder : FunctionEvaluationSettingBuilder, IMessageSink, IComponentBuilder
Constructors
ModalResultsEvaluationSettingBuilder()
Declaration
protected ModalResultsEvaluationSettingBuilder()
Properties
DataLocation
Declaration
public DataLocation DataLocation { get; }
Property Value
Type | Description |
---|---|
DataLocation |
EvaluationProperty
Declaration
public FrequencyDefinition EvaluationProperty { get; }
Property Value
Type | Description |
---|---|
FrequencyDefinition |
InputDirection
Declaration
public DirectionDataComponent InputDirection { get; set; }
Property Value
Type | Description |
---|---|
DirectionDataComponent |
InputNode
Declaration
public FENode InputNode { get; set; }
Property Value
Type | Description |
---|---|
FENode |
ObservationNode
Declaration
public FENode ObservationNode { get; set; }
Property Value
Type | Description |
---|---|
FENode |
OutputRequest
Declaration
public DirectionDataComponent OutputRequest { get; set; }
Property Value
Type | Description |
---|---|
DirectionDataComponent |
Methods
GetOutputElements()
Declaration
public FEElement[] GetOutputElements()
Returns
Type | Description |
---|---|
FEElement[] |
GetOutputNodes()
Declaration
public FENode[] GetOutputNodes()
Returns
Type | Description |
---|---|
FENode[] |
SetOutputElements(FEElement[])
Declaration
public void SetOutputElements(FEElement[] destinationElements)
Parameters
Type | Name | Description |
---|---|---|
FEElement[] | destinationElements |
SetOutputNodes(FENode[])
Declaration
public void SetOutputNodes(FENode[] destinationNode)
Parameters
Type | Name | Description |
---|---|---|
FENode[] | destinationNode |
Implements
System.Runtime.Remoting.Messaging.IMessageSink