Description
ComputeFiberStreamline (v1)
Computes fiber streamlines (line segments) flowing from muscle origins to insertions in the muscle fiber field.
Input(s) : Collection - typedef FManagedArrayCollection DataType;
Output(s): Collection [Passthrough] - typedef FManagedArrayCollection DataType;
Information
| Module | ChaosFleshNodes |
| Category | Flesh |
| Type | FComputeFiberStreamlineNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| OriginInsertionGroupName | FString | ||
| OriginVertexFieldName | FString | Origin | |
| InsertionVertexFieldName | FString | Insertion | |
| MaxStreamlineIterations | int32 | 500 | |
| MaxPointsPerLine | int32 | 20 | |
| NumLinesMultiplier | int32 | 1 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | typedef FManagedArrayCollection DataType; | FManagedArrayCollection | () |
| OriginIndices | TArray<int32> | ||
| InsertionIndices | TArray<int32> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | typedef FManagedArrayCollection DataType; | FManagedArrayCollection | |
| VectorField | FFieldCollection |