Returns the mode shape for the specified mode.
Number | Name | Object Type | Description | Optional |
---|---|---|---|---|
1 | Design Model | GenericDesignModel | The model that was analyzed. | No |
2 | Mode Number | System.Int32 | The mode number to retrieve the mode shape for. | No |
Number | Name | Object Type | Description |
---|---|---|---|
1 | Mode Shape | List<Vector3d> | List of vectors, each of which contains the X, Y, and Z global translations at each node. Returns one index for each vertex in the model. Does not return results for auto-generated mid-side nodes. Does not return rotations, as this is primarily intended to be used for display purposes. |