Class CaeDOFSet
Inheritance
System.Object
System.MarshalByRefObject
CaeDOFSet
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class CaeDOFSet : DisplayableObject, IMessageSink, IFitTo, INXObject
Constructors
CaeDOFSet()
Declaration
protected CaeDOFSet()
Methods
AddNodes(FENode[], Boolean[], Boolean[], Boolean[], Boolean[], Boolean[], Boolean[])
Declaration
public void AddNodes(FENode[] nodes, bool[] dof1, bool[] dof2, bool[] dof3, bool[] dof4, bool[] dof5, bool[] dof6)
Parameters
Type | Name | Description |
---|---|---|
FENode[] | nodes | |
System.Boolean[] | dof1 | |
System.Boolean[] | dof2 | |
System.Boolean[] | dof3 | |
System.Boolean[] | dof4 | |
System.Boolean[] | dof5 | |
System.Boolean[] | dof6 |
GetDisplay()
Declaration
public CaeDOFSetDisplay GetDisplay()
Returns
Type | Description |
---|---|
CaeDOFSetDisplay |
GetLabel()
Declaration
public int GetLabel()
Returns
Type | Description |
---|---|
System.Int32 |
GetNodes()
Declaration
public FENode[] GetNodes()
Returns
Type | Description |
---|---|
FENode[] |
GetNodesWithDof(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Declaration
public FENode[] GetNodesWithDof(bool dof1, bool dof2, bool dof3, bool dof4, bool dof5, bool dof6)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | dof1 | |
System.Boolean | dof2 | |
System.Boolean | dof3 | |
System.Boolean | dof4 | |
System.Boolean | dof5 | |
System.Boolean | dof6 |
Returns
Type | Description |
---|---|
FENode[] |
Information()
Declaration
public void Information()
ModifyNodeDofs(FENode[], Boolean[], Boolean[], Boolean[], Boolean[], Boolean[], Boolean[])
Declaration
public void ModifyNodeDofs(FENode[] nodes, bool[] dof1, bool[] dof2, bool[] dof3, bool[] dof4, bool[] dof5, bool[] dof6)
Parameters
Type | Name | Description |
---|---|---|
FENode[] | nodes | |
System.Boolean[] | dof1 | |
System.Boolean[] | dof2 | |
System.Boolean[] | dof3 | |
System.Boolean[] | dof4 | |
System.Boolean[] | dof5 | |
System.Boolean[] | dof6 |
RemoveAllNodes()
Declaration
public void RemoveAllNodes()
RemoveNodes(FENode[])
Declaration
public void RemoveNodes(FENode[] nodes)
Parameters
Type | Name | Description |
---|---|---|
FENode[] | nodes |
SetLabel(Int32)
Declaration
public void SetLabel(int label)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | label |
Implements
System.Runtime.Remoting.Messaging.IMessageSink