Class CaeDOFSetCollection
Inheritance
System.Object
System.MarshalByRefObject
CaeDOFSetCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
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
Type |
Name |
Description |
System.String |
dofsetName |
|
CaeDOFSet |
sourceDofset |
|
Returns
CreateDofset(String, FENode[], Boolean[], Boolean[], Boolean[], Boolean[], Boolean[], Boolean[])
Declaration
public CaeDOFSet CreateDofset(string dofsetName, FENode[] nodes, bool[] dof1, bool[] dof2, bool[] dof3, bool[] dof4, bool[] dof5, bool[] dof6)
Parameters
Type |
Name |
Description |
System.String |
dofsetName |
|
FENode[] |
nodes |
|
System.Boolean[] |
dof1 |
|
System.Boolean[] |
dof2 |
|
System.Boolean[] |
dof3 |
|
System.Boolean[] |
dof4 |
|
System.Boolean[] |
dof5 |
|
System.Boolean[] |
dof6 |
|
Returns
CreateDofsetFromNodesAndSelectionRecipes(String, FENode[], Boolean[], Boolean[], Boolean[], Boolean[], Boolean[], Boolean[], SelectionRecipe[], Boolean[], Boolean[], Boolean[], Boolean[], Boolean[], Boolean[])
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 |
System.String |
dofsetName |
|
FENode[] |
nodes |
|
System.Boolean[] |
nodeDof1 |
|
System.Boolean[] |
nodeDof2 |
|
System.Boolean[] |
nodeDof3 |
|
System.Boolean[] |
nodeDof4 |
|
System.Boolean[] |
nodeDof5 |
|
System.Boolean[] |
nodeDof6 |
|
SelectionRecipe[] |
selectionRecipes |
|
System.Boolean[] |
selRepDof1 |
|
System.Boolean[] |
selRepDof2 |
|
System.Boolean[] |
selRepDof3 |
|
System.Boolean[] |
selRepDof4 |
|
System.Boolean[] |
selRepDof5 |
|
System.Boolean[] |
selRepDof6 |
|
Returns
CreateDofsetFromSelectionRecipes(String, SelectionRecipe[], Boolean[], Boolean[], Boolean[], Boolean[], Boolean[], Boolean[])
Declaration
public CaeDOFSet CreateDofsetFromSelectionRecipes(string dofsetName, SelectionRecipe[] selectionRecipes, bool[] dof1, bool[] dof2, bool[] dof3, bool[] dof4, bool[] dof5, bool[] dof6)
Parameters
Type |
Name |
Description |
System.String |
dofsetName |
|
SelectionRecipe[] |
selectionRecipes |
|
System.Boolean[] |
dof1 |
|
System.Boolean[] |
dof2 |
|
System.Boolean[] |
dof3 |
|
System.Boolean[] |
dof4 |
|
System.Boolean[] |
dof5 |
|
System.Boolean[] |
dof6 |
|
Returns
CreateExclusiveOrDofset(String, CaeDOFSet[])
Declaration
public CaeDOFSet CreateExclusiveOrDofset(string dofsetName, CaeDOFSet[] objects)
Parameters
Type |
Name |
Description |
System.String |
dofsetName |
|
CaeDOFSet[] |
objects |
|
Returns
CreateIntersectionDofset(String, CaeDOFSet[])
Declaration
public CaeDOFSet CreateIntersectionDofset(string dofsetName, CaeDOFSet[] objects)
Parameters
Type |
Name |
Description |
System.String |
dofsetName |
|
CaeDOFSet[] |
objects |
|
Returns
CreateUnionDofset(String, CaeDOFSet[])
Declaration
public CaeDOFSet CreateUnionDofset(string dofsetName, CaeDOFSet[] objects)
Parameters
Type |
Name |
Description |
System.String |
dofsetName |
|
CaeDOFSet[] |
objects |
|
Returns
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
System.Byte[] |
state |
|
Returns
Type |
Description |
System.Int32 |
|
Overrides
FindObject(String)
Declaration
public CaeDOFSet FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
System.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
System.Collections.IEnumerable