Class CaeDOFSetCollection
Inheritance
CaeDOFSetCollection
Assembly: NXOpen.dll
Syntax
public class CaeDOFSetCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CaeDOFSetCollection()
Declaration
protected CaeDOFSetCollection()
CaeDOFSetCollection(SimSimulation)
Declaration
protected CaeDOFSetCollection(SimSimulation owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CopyDofset(string, CaeDOFSet)
Declaration
public CaeDOFSet CopyDofset(string dofsetName, CaeDOFSet sourceDofset)
Parameters
Returns
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
Returns
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
Returns
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
Returns
CreateExclusiveOrDofset(string, CaeDOFSet[])
Declaration
public CaeDOFSet CreateExclusiveOrDofset(string dofsetName, CaeDOFSet[] objects)
Parameters
Returns
CreateIntersectionDofset(string, CaeDOFSet[])
Declaration
public CaeDOFSet CreateIntersectionDofset(string dofsetName, CaeDOFSet[] objects)
Parameters
Returns
CreateUnionDofset(string, CaeDOFSet[])
Declaration
public CaeDOFSet CreateUnionDofset(string dofsetName, CaeDOFSet[] objects)
Parameters
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
FindObject(string)
Declaration
public CaeDOFSet FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
QueryDofsetList(out TaggedObject[])
Declaration
public void QueryDofsetList(out TaggedObject[] objects)
Parameters
ToArray()
Declaration
public CaeDOFSet[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink