Class InterpolationEADBuilder
Inheritance
System.Object
System.MarshalByRefObject
InterpolationEADBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
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
Type |
Description |
System.Double[] |
|
GetDof2Weights()
Declaration
public double[] GetDof2Weights()
Returns
Type |
Description |
System.Double[] |
|
GetDof3Weights()
Declaration
public double[] GetDof3Weights()
Returns
Type |
Description |
System.Double[] |
|
GetDof4Weights()
Declaration
public double[] GetDof4Weights()
Returns
Type |
Description |
System.Double[] |
|
GetDof5Weights()
Declaration
public double[] GetDof5Weights()
Returns
Type |
Description |
System.Double[] |
|
GetDof6Weights()
Declaration
public double[] GetDof6Weights()
Returns
Type |
Description |
System.Double[] |
|
GetUmData()
Declaration
Returns
Type |
Description |
System.Int32[] |
|
SetDof1Weights(Double[])
Declaration
public void SetDof1Weights(double[] dofWeights)
Parameters
Type |
Name |
Description |
System.Double[] |
dofWeights |
|
SetDof2Weights(Double[])
Declaration
public void SetDof2Weights(double[] dofWeights)
Parameters
Type |
Name |
Description |
System.Double[] |
dofWeights |
|
SetDof3Weights(Double[])
Declaration
public void SetDof3Weights(double[] dofWeights)
Parameters
Type |
Name |
Description |
System.Double[] |
dofWeights |
|
SetDof4Weights(Double[])
Declaration
public void SetDof4Weights(double[] dofWeights)
Parameters
Type |
Name |
Description |
System.Double[] |
dofWeights |
|
SetDof5Weights(Double[])
Declaration
public void SetDof5Weights(double[] dofWeights)
Parameters
Type |
Name |
Description |
System.Double[] |
dofWeights |
|
SetDof6Weights(Double[])
Declaration
public void SetDof6Weights(double[] dofWeights)
Parameters
Type |
Name |
Description |
System.Double[] |
dofWeights |
|
SetUmData(Int32[])
Declaration
public void SetUmData(int[] umData)
Parameters
Type |
Name |
Description |
System.Int32[] |
umData |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink