ResultAnalysis1DInternalForces Properties |
[This is preliminary documentation and is subject to change.]
The ResultAnalysis1DInternalForces type exposes the following members.
| Name | Description | |
|---|---|---|
| CombinationKey |
Allows to define exact combination per result section
| |
| Id |
The ID that uniquely identifies the result. Generated from Name (Inherited from ResultAnalysisBase.) | |
| Index |
0-based index that defines the order of the forces in a set of results that are applied on the same member
| |
| LoadCase |
The load case to which the result belongs. When this is set, LoadCombination should be NULL.
(Inherited from ResultAnalysisBase.) | |
| LoadCombination |
The load combination to which the result belongs. When this is set, LoadCase should be NULL.
(Inherited from ResultAnalysisBase.) | |
| Member |
The 1D member from which the result is calculated. When this is provided, MemberRib should be NULL.
| |
| MemberRib |
The 1D member rib from which the result is calculated. When this is provided, Member should be NULL.
| |
| Mx |
Result value of Mx (Moment around X axis)
| |
| My |
Result value of My (Moment around Y axis)
| |
| Mz |
Result value of Mz (Moment around Z axis)
| |
| N |
Result value of N (Normal force)
| |
| Name |
The (unique within its type) name of the object
(Inherited from ResultAnalysisBase.) | |
| Section |
The location along the X-axis of the member where this result is located
| |
| TypeOfResult |
Defines the type of result
(Overrides ResultAnalysisBaseTypeOfResult.) | |
| Vy |
Result value of Vy (Shear force in Y axis direction)
| |
| Vz |
Result value of Vz (Shear force in Z axis direction)
|