Assigns frame property modifiers (stiffness, mass) to a Design Frame Element.
| Number | Name | Object Type | Description | Optional |
|---|---|---|---|---|
| 1 | Design Frame Element | DesignFrameElement | A design frame element. | No |
| 2 | F1 | System.Double | Stiffness modifier along the local 1-axis (axial). Defaults to 1.0. | Yes |
| 3 | F2 | System.Double | Stiffness modifier for shear in the local 2-direction. Defaults to 1.0. | Yes |
| 4 | F3 | System.Double | Stiffness modifier for shear in the local 3-direction. Defaults to 1.0. | Yes |
| 5 | M1 | System.Double | Stiffness modifier for moment about the local 1-axis (torsion). Defaults to 1.0. | Yes |
| 6 | M2 | System.Double | Stiffness modifier for moment about the local 2-axis. Defaults to 1.0. | Yes |
| 7 | M3 | System.Double | Stiffness modifier for moment about the local 3-axis. Defaults to 1.0. | Yes |
| 8 | Mass | System.Double | Mass modifier (for modal analysis). Defaults to 1.0. | Yes |
| 9 | Weight | System.Double | Self-weight modifier. Defaults to 1.0. | Yes |
| Number | Name | Object Type | Description |
|---|---|---|---|
| 1 | Design Frame Element | DesignFrameElement | The design frame element with the assigned frame property modifiers. |
