Class InterpolationEADBuilder
Inheritance
InterpolationEADBuilder
Assembly: NXOpen.dll
Syntax
public class InterpolationEADBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
InterpolationEADBuilder()
Declaration
protected InterpolationEADBuilder()
Properties
Elements
Declaration
public SelectElementsBuilder Elements { get; }
Property Value
Methods
GetDof1Weights()
Declaration
public double[] GetDof1Weights()
Returns
GetDof2Weights()
Declaration
public double[] GetDof2Weights()
Returns
GetDof3Weights()
Declaration
public double[] GetDof3Weights()
Returns
GetDof4Weights()
Declaration
public double[] GetDof4Weights()
Returns
GetDof5Weights()
Declaration
public double[] GetDof5Weights()
Returns
GetDof6Weights()
Declaration
public double[] GetDof6Weights()
Returns
GetUmData()
Declaration
Returns
SetDof1Weights(double[])
Declaration
public void SetDof1Weights(double[] dofWeights)
Parameters
Type |
Name |
Description |
double[] |
dofWeights |
|
SetDof2Weights(double[])
Declaration
public void SetDof2Weights(double[] dofWeights)
Parameters
Type |
Name |
Description |
double[] |
dofWeights |
|
SetDof3Weights(double[])
Declaration
public void SetDof3Weights(double[] dofWeights)
Parameters
Type |
Name |
Description |
double[] |
dofWeights |
|
SetDof4Weights(double[])
Declaration
public void SetDof4Weights(double[] dofWeights)
Parameters
Type |
Name |
Description |
double[] |
dofWeights |
|
SetDof5Weights(double[])
Declaration
public void SetDof5Weights(double[] dofWeights)
Parameters
Type |
Name |
Description |
double[] |
dofWeights |
|
SetDof6Weights(double[])
Declaration
public void SetDof6Weights(double[] dofWeights)
Parameters
Type |
Name |
Description |
double[] |
dofWeights |
|
SetUmData(int[])
Declaration
public void SetUmData(int[] umData)
Parameters
Type |
Name |
Description |
int[] |
umData |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink