Click or drag to resize

ResultAnalysis1DInternalForces Properties

[This is preliminary documentation and is subject to change.]

The ResultAnalysis1DInternalForces type exposes the following members.

Properties
  NameDescription
Public propertyCombinationKey
Allows to define exact combination per result section
Public propertyId
The ID that uniquely identifies the result. Generated from Name
(Inherited from ResultAnalysisBase.)
Public propertyIndex
0-based index that defines the order of the forces in a set of results that are applied on the same member
Public propertyLoadCase
The load case to which the result belongs. When this is set, LoadCombination should be NULL.
(Inherited from ResultAnalysisBase.)
Public propertyLoadCombination
The load combination to which the result belongs. When this is set, LoadCase should be NULL.
(Inherited from ResultAnalysisBase.)
Public propertyMember
The 1D member from which the result is calculated. When this is provided, MemberRib should be NULL.
Public propertyMemberRib
The 1D member rib from which the result is calculated. When this is provided, Member should be NULL.
Public propertyMx
Result value of Mx (Moment around X axis)
Public propertyMy
Result value of My (Moment around Y axis)
Public propertyMz
Result value of Mz (Moment around Z axis)
Public propertyN
Result value of N (Normal force)
Public propertyName
The (unique within its type) name of the object
(Inherited from ResultAnalysisBase.)
Public propertySection
The location along the X-axis of the member where this result is located
Public propertyTypeOfResult
Defines the type of result
(Overrides ResultAnalysisBaseTypeOfResult.)
Public propertyVy
Result value of Vy (Shear force in Y axis direction)
Public propertyVz
Result value of Vz (Shear force in Z axis direction)
Top
See Also