Struct Result.VelocityParameters
Inherited Members
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public struct Result.VelocityParameters
Constructors
VelocityParameters(int, int, Type)
Declaration
public VelocityParameters(int LoadCaseIndex, int IterationIndex, Result.Type Type)
Parameters
| Type | Name | Description |
|---|---|---|
| int | LoadCaseIndex | |
| int | IterationIndex | |
| Result.Type | Type |
Fields
IterationIndex
Declaration
public int IterationIndex
Field Value
| Type | Description |
|---|---|
| int |
LoadCaseIndex
Declaration
public int LoadCaseIndex
Field Value
| Type | Description |
|---|---|
| int |
Type
Declaration
public Result.Type Type
Field Value
| Type | Description |
|---|---|
| Result.Type |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |