public struct CrossSectionProperties
Public Structure CrossSectionProperties
public value class CrossSectionProperties
[<SealedAttribute>]
type CrossSectionProperties =
struct
inherit ValueType
end
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) |
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. |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |