Class ElementalFunctionEvaluationSettingBuilder
Inheritance
System.Object
System.MarshalByRefObject
ElementalFunctionEvaluationSettingBuilder
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 ElementalFunctionEvaluationSettingBuilder : FunctionEvaluationSettingBuilder, IMessageSink, IComponentBuilder
Constructors
ElementalFunctionEvaluationSettingBuilder()
Declaration
protected ElementalFunctionEvaluationSettingBuilder()
Properties
BeamDataLocation
Declaration
public ElementalFunctionEvalBeamLocation BeamDataLocation { get; set; }
Property Value
Type | Description |
---|---|
ElementalFunctionEvalBeamLocation |
CoordinateSystem
Declaration
public CoordinateSystem CoordinateSystem { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
DataComponent
Declaration
public DirectionDataComponent DataComponent { get; set; }
Property Value
Type | Description |
---|---|
DirectionDataComponent |
ElementLocation
Declaration
public ElementLocation ElementLocation { get; set; }
Property Value
Type | Description |
---|---|
ElementLocation |
ShellEvaluationLocation
Declaration
public ShellElementEvaluationLocation ShellEvaluationLocation { get; set; }
Property Value
Type | Description |
---|---|
ShellElementEvaluationLocation |
Methods
GetDestinationElements()
Declaration
public FEElement[] GetDestinationElements()
Returns
Type | Description |
---|---|
FEElement[] |
SetDestinationElements(FEElement[])
Declaration
public void SetDestinationElements(FEElement[] destinationElement)
Parameters
Type | Name | Description |
---|---|---|
FEElement[] | destinationElement |
Implements
System.Runtime.Remoting.Messaging.IMessageSink