Search Results for

    Show / Hide Table of Contents

    Class CaeDOFSetCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    CaeDOFSetCollection
    Implements
    IMessageSink
    IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class CaeDOFSetCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    CaeDOFSetCollection()

    Declaration
    protected CaeDOFSetCollection()

    CaeDOFSetCollection(SimSimulation)

    Declaration
    protected CaeDOFSetCollection(SimSimulation owner)
    Parameters
    Type Name Description
    SimSimulation owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CopyDofset(string, CaeDOFSet)

    Declaration
    public CaeDOFSet CopyDofset(string dofsetName, CaeDOFSet sourceDofset)
    Parameters
    Type Name Description
    string dofsetName
    CaeDOFSet sourceDofset
    Returns
    Type Description
    CaeDOFSet

    CreateDofset(string, FENode[], bool[], bool[], bool[], bool[], bool[], bool[])

    Declaration
    public CaeDOFSet CreateDofset(string dofsetName, FENode[] nodes, bool[] dof1, bool[] dof2, bool[] dof3, bool[] dof4, bool[] dof5, bool[] dof6)
    Parameters
    Type Name Description
    string dofsetName
    FENode[] nodes
    bool[] dof1
    bool[] dof2
    bool[] dof3
    bool[] dof4
    bool[] dof5
    bool[] dof6
    Returns
    Type Description
    CaeDOFSet

    CreateDofsetFromNodesAndSelectionRecipes(string, FENode[], bool[], bool[], bool[], bool[], bool[], bool[], SelectionRecipe[], bool[], bool[], bool[], bool[], bool[], bool[])

    Declaration
    public CaeDOFSet CreateDofsetFromNodesAndSelectionRecipes(string dofsetName, FENode[] nodes, bool[] nodeDof1, bool[] nodeDof2, bool[] nodeDof3, bool[] nodeDof4, bool[] nodeDof5, bool[] nodeDof6, SelectionRecipe[] selectionRecipes, bool[] selRepDof1, bool[] selRepDof2, bool[] selRepDof3, bool[] selRepDof4, bool[] selRepDof5, bool[] selRepDof6)
    Parameters
    Type Name Description
    string dofsetName
    FENode[] nodes
    bool[] nodeDof1
    bool[] nodeDof2
    bool[] nodeDof3
    bool[] nodeDof4
    bool[] nodeDof5
    bool[] nodeDof6
    SelectionRecipe[] selectionRecipes
    bool[] selRepDof1
    bool[] selRepDof2
    bool[] selRepDof3
    bool[] selRepDof4
    bool[] selRepDof5
    bool[] selRepDof6
    Returns
    Type Description
    CaeDOFSet

    CreateDofsetFromSelectionRecipes(string, SelectionRecipe[], bool[], bool[], bool[], bool[], bool[], bool[])

    Declaration
    public CaeDOFSet CreateDofsetFromSelectionRecipes(string dofsetName, SelectionRecipe[] selectionRecipes, bool[] dof1, bool[] dof2, bool[] dof3, bool[] dof4, bool[] dof5, bool[] dof6)
    Parameters
    Type Name Description
    string dofsetName
    SelectionRecipe[] selectionRecipes
    bool[] dof1
    bool[] dof2
    bool[] dof3
    bool[] dof4
    bool[] dof5
    bool[] dof6
    Returns
    Type Description
    CaeDOFSet

    CreateExclusiveOrDofset(string, CaeDOFSet[])

    Declaration
    public CaeDOFSet CreateExclusiveOrDofset(string dofsetName, CaeDOFSet[] objects)
    Parameters
    Type Name Description
    string dofsetName
    CaeDOFSet[] objects
    Returns
    Type Description
    CaeDOFSet

    CreateIntersectionDofset(string, CaeDOFSet[])

    Declaration
    public CaeDOFSet CreateIntersectionDofset(string dofsetName, CaeDOFSet[] objects)
    Parameters
    Type Name Description
    string dofsetName
    CaeDOFSet[] objects
    Returns
    Type Description
    CaeDOFSet

    CreateUnionDofset(string, CaeDOFSet[])

    Declaration
    public CaeDOFSet CreateUnionDofset(string dofsetName, CaeDOFSet[] objects)
    Parameters
    Type Name Description
    string dofsetName
    CaeDOFSet[] objects
    Returns
    Type Description
    CaeDOFSet

    EnumerateMoveNext(ref Tag, byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    byte[] state
    Returns
    Type Description
    int
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, byte[])

    FindObject(string)

    Declaration
    public CaeDOFSet FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    string journalIdentifier
    Returns
    Type Description
    CaeDOFSet

    QueryDofsetList(out TaggedObject[])

    Declaration
    public void QueryDofsetList(out TaggedObject[] objects)
    Parameters
    Type Name Description
    TaggedObject[] objects

    ToArray()

    Declaration
    public CaeDOFSet[] ToArray()
    Returns
    Type Description
    CaeDOFSet[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IEnumerable
    In this article
    Back to top Generated by DocFX