Search Results for

    Show / Hide Table of Contents

    Class PreTestDofSetBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PreTestDofSetBuilder
    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 PreTestDofSetBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    PreTestDofSetBuilder()

    Declaration
    protected PreTestDofSetBuilder()

    Properties

    ConflictResolutionRule

    Declaration
    public PreTestDofSetBuilder.ConflictResolution ConflictResolutionRule { get; set; }
    Property Value
    Type Description
    PreTestDofSetBuilder.ConflictResolution

    DofSetSelect

    Declaration
    public CaeDOFSet DofSetSelect { get; set; }
    Property Value
    Type Description
    CaeDOFSet

    Nodes

    Declaration
    public SelectFENodeList Nodes { get; }
    Property Value
    Type Description
    SelectFENodeList

    NodesEnabled

    Declaration
    [Obsolete("Deprecated in NX1872.0.0.  This functionality is no longer supported.")]
    public bool NodesEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    UseNormalDof

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use CAE.PreTestDofSetBuilder.GetUseNormalDofs instead.")]
    public bool UseNormalDof { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetDofValues(out FENode[], out Int32[])

    Declaration
    public void GetDofValues(out FENode[] nodes, out int[] dofValues)
    Parameters
    Type Name Description
    FENode[] nodes
    System.Int32[] dofValues

    GetUseNormalDofs(out FENode[], out Boolean[])

    Declaration
    public void GetUseNormalDofs(out FENode[] nodes, out bool[] useNormalDofs)
    Parameters
    Type Name Description
    FENode[] nodes
    System.Boolean[] useNormalDofs

    SetDofValues(FENode[], Int32[])

    Declaration
    public void SetDofValues(FENode[] nodes, int[] dofValues)
    Parameters
    Type Name Description
    FENode[] nodes
    System.Int32[] dofValues

    SetUseNormalDofs(FENode[], Boolean[])

    Declaration
    public void SetUseNormalDofs(FENode[] nodes, bool[] useNormalDofs)
    Parameters
    Type Name Description
    FENode[] nodes
    System.Boolean[] useNormalDofs

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX