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 | Norm Mode Shape | List<Vector3d> | Displacement normalized mode shape. List of vectors, each of which contains the X, Y, and Z global translations at each node. Returns one index for each node in the model. Only returns translations. |
2 | Mass Norm Mode Shape | List<Vector3d> | Mass normalized mode shape. List of vectors, each of which contains the X, Y, and Z global translations at each node. Returns one index for each node in the model. Only returns translations. |