Click or drag to resize

CrossSectionProperties Structure

cross section properties.

Namespace:  KarambaCommon.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public struct CrossSectionProperties

The CrossSectionProperties type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldA
area of the cross section.
Public fieldalpha
angle of rotation of principal directions with respect to yz-coordinates.
Public fieldcog
center of gravity.
Public fieldinertia
moments of inertia with respect to the center of gravity and the given coordinate system.
Public fieldinertia_princ
principal moments of inertia with respect to the center of gravity and the given coordinate system.
Public fieldWely_z_neg
elastic resistance moment about the z-axis for out most point on negative y-axis.
Public fieldWely_z_pos
elastic resistance moment about the z-axis for out most point on positive y-axis.
Public fieldWelz_y_neg
elastic resistance moment about the y-axis for out most point on negative z-axis.
Public fieldWelz_y_pos
elastic resistance moment about the y-axis for out most point on positive z-axis.
Public fieldWply
plastic resistance moment about the y-axis.
Public fieldWplz
plastic resistance moment about the z-axis.
Top
See Also