Class PrlResultsEvaluationSettingBuilder
Inheritance
System.Object
System.MarshalByRefObject
PrlResultsEvaluationSettingBuilder
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 PrlResultsEvaluationSettingBuilder : DynamicResultEvaluationSettingBuilder, IMessageSink, IComponentBuilder
Constructors
PrlResultsEvaluationSettingBuilder()
Declaration
protected PrlResultsEvaluationSettingBuilder()
Properties
CoordinateSystem
Declaration
public CoordinateSystem CoordinateSystem { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
ObservationNode
Declaration
public FENode ObservationNode { get; set; }
Property Value
Type | Description |
---|---|
FENode |
Relative
Declaration
public bool Relative { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ResultType
Declaration
public EvaluationResultType ResultType { get; set; }
Property Value
Type | Description |
---|---|
EvaluationResultType |
Methods
GetDataComponents()
Declaration
public DirectionDataComponent[] GetDataComponents()
Returns
Type | Description |
---|---|
DirectionDataComponent[] |
GetOutputElements()
Declaration
public FEElement[] GetOutputElements()
Returns
Type | Description |
---|---|
FEElement[] |
GetOutputNodes()
Declaration
public FENode[] GetOutputNodes()
Returns
Type | Description |
---|---|
FENode[] |
SetDataComponents(DirectionDataComponent[])
Declaration
public void SetDataComponents(DirectionDataComponent[] dataComponent)
Parameters
Type | Name | Description |
---|---|---|
DirectionDataComponent[] | dataComponent |
SetOutputElements(FEElement[])
Declaration
public void SetOutputElements(FEElement[] destinationElements)
Parameters
Type | Name | Description |
---|---|---|
FEElement[] | destinationElements |
SetOutputNodes(FENode[])
Declaration
public void SetOutputNodes(FENode[] destinationNodes)
Parameters
Type | Name | Description |
---|---|---|
FENode[] | destinationNodes |
Implements
System.Runtime.Remoting.Messaging.IMessageSink