Struct DofTerm
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public struct DofTerm
Constructors
DofTerm(Int32, Int32, Double)
Declaration
public DofTerm(int NodeIndex, int DofComponent, double Coefficient)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | NodeIndex | |
System.Int32 | DofComponent | |
System.Double | Coefficient |
Fields
Coefficient
Declaration
public double Coefficient
Field Value
Type | Description |
---|---|
System.Double |
DofComponent
Declaration
public int DofComponent
Field Value
Type | Description |
---|---|
System.Int32 |
NodeIndex
Declaration
public int NodeIndex
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()