Class ResponseResultsEvaluationSettingBuilder
Inheritance
System.Object
System.MarshalByRefObject
ResponseResultsEvaluationSettingBuilder
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 ResponseResultsEvaluationSettingBuilder : DynamicResultEvaluationSettingBuilder, IMessageSink, IComponentBuilder
Constructors
ResponseResultsEvaluationSettingBuilder()
Declaration
protected ResponseResultsEvaluationSettingBuilder()
Properties
DecimationOrder
Declaration
public int DecimationOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EndPoint
Declaration
public double EndPoint { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PointValue
Declaration
public double PointValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ResponseDomainDefinitionOption
Declaration
public ResponseDomainDefinitionMethod ResponseDomainDefinitionOption { get; set; }
Property Value
Type | Description |
---|---|
ResponseDomainDefinitionMethod |
StartPoint
Declaration
public double StartPoint { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetDestinationElements()
Declaration
public FEElement[] GetDestinationElements()
Returns
Type | Description |
---|---|
FEElement[] |
GetDestinationNodes()
Declaration
public FENode[] GetDestinationNodes()
Returns
Type | Description |
---|---|
FENode[] |
GetOutputOptions()
Declaration
public EvaluationResultType[] GetOutputOptions()
Returns
Type | Description |
---|---|
EvaluationResultType[] |
GetPointsValueList()
Declaration
public double[] GetPointsValueList()
Returns
Type | Description |
---|---|
System.Double[] |
SetDestinationElements(FEElement[])
Declaration
public void SetDestinationElements(FEElement[] destinationElement)
Parameters
Type | Name | Description |
---|---|---|
FEElement[] | destinationElement |
SetDestinationNodes(FENode[])
Declaration
public void SetDestinationNodes(FENode[] destinationNodes)
Parameters
Type | Name | Description |
---|---|---|
FENode[] | destinationNodes |
SetOutputOptions(EvaluationResultType[])
Declaration
public void SetOutputOptions(EvaluationResultType[] outputOptions)
Parameters
Type | Name | Description |
---|---|---|
EvaluationResultType[] | outputOptions |
SetPointsValueList(Double[])
Declaration
public void SetPointsValueList(double[] pointsValueList)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | pointsValueList |
Implements
System.Runtime.Remoting.Messaging.IMessageSink