CrossSectionProperties Structure

cross section properties.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public struct CrossSectionProperties
Inheritance
Object    ValueType    CrossSectionProperties

Methods

Equals Indicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCode Returns the hash code for this instance.
(Inherited from ValueType)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

A area of the cross section.
alpha angle of rotation of principal directions with respect to yz-coordinates.
cog center of gravity.
inertia moments of inertia with respect to the center of gravity and the given coordinate system.
inertia_princ principal moments of inertia with respect to the center of gravity and the given coordinate system.
Wely_z_neg elastic resistance moment about the z-axis for out most point on negative y-axis.
Wely_z_pos elastic resistance moment about the z-axis for out most point on positive y-axis.
Welz_y_neg elastic resistance moment about the y-axis for out most point on negative z-axis.
Welz_y_pos elastic resistance moment about the y-axis for out most point on positive z-axis.
Wply plastic resistance moment about the y-axis.
Wplz plastic resistance moment about the z-axis.

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also