Class NodalFunctionEvaluationSettingBuilder
Inheritance
System.Object
System.MarshalByRefObject
NodalFunctionEvaluationSettingBuilder
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 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