Class CsdEvaluationSettingBuilder
Inheritance
CsdEvaluationSettingBuilder
Assembly: NXOpen.dll
Syntax
public class CsdEvaluationSettingBuilder : FunctionEvaluationSettingBuilder, IMessageSink, IComponentBuilder
Constructors
CsdEvaluationSettingBuilder()
Declaration
protected CsdEvaluationSettingBuilder()
Properties
ReferenceCoordinateSystem
Declaration
public CoordinateSystem ReferenceCoordinateSystem { get; set; }
Property Value
ReferenceDataLocation
Declaration
public DataLocation ReferenceDataLocation { get; }
Property Value
ReferenceElement
Declaration
public FEElement ReferenceElement { get; set; }
Property Value
ReferenceElementDataComponent
Declaration
public DirectionDataComponent ReferenceElementDataComponent { get; set; }
Property Value
ReferenceNode
Declaration
public FENode ReferenceNode { get; set; }
Property Value
ReferenceNodeDataComponent
Declaration
public DirectionDataComponent ReferenceNodeDataComponent { get; set; }
Property Value
ReferenceUserDefinedDirection
Declaration
public Direction ReferenceUserDefinedDirection { get; set; }
Property Value
ReferenceUsingUserDefinedDirection
Declaration
public NodalFunctionEvalRequest ReferenceUsingUserDefinedDirection { get; set; }
Property Value
ResponseCoordinateSystem
Declaration
public CoordinateSystem ResponseCoordinateSystem { get; set; }
Property Value
ResponseDataLocation
Declaration
public DataLocation ResponseDataLocation { get; }
Property Value
ResponseElementDataComponent
Declaration
public DirectionDataComponent ResponseElementDataComponent { get; set; }
Property Value
ResponseNodeDataComponent
Declaration
public DirectionDataComponent ResponseNodeDataComponent { get; set; }
Property Value
ResponseUserDefinedDirection
Declaration
public Direction ResponseUserDefinedDirection { get; set; }
Property Value
ResponseUsingUserDefinedDirection
Declaration
public NodalFunctionEvalRequest ResponseUsingUserDefinedDirection { get; set; }
Property Value
Methods
GetResponseElements()
Declaration
public FEElement[] GetResponseElements()
Returns
GetResponseNodes()
Declaration
public FENode[] GetResponseNodes()
Returns
SetResponseElements(FEElement[])
Declaration
public void SetResponseElements(FEElement[] responseElements)
Parameters
Type |
Name |
Description |
FEElement[] |
responseElements |
|
SetResponseNodes(FENode[])
Declaration
public void SetResponseNodes(FENode[] responseNode)
Parameters
Type |
Name |
Description |
FENode[] |
responseNode |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink