Search Results for

    Show / Hide Table of Contents

    Class InterpolationEADBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    InterpolationEADBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    Assembly: NXOpen.dll
    Syntax
    public class InterpolationEADBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    InterpolationEADBuilder()

    Declaration
    protected InterpolationEADBuilder()

    Properties

    Elements

    Declaration
    public SelectElementsBuilder Elements { get; }
    Property Value
    Type Description
    SelectElementsBuilder

    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
    public int[] GetUmData()
    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX