UtilizationResults_Item Class

utilization results of one section.

Definition

Namespace: Karamba.Results
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class UtilizationResults_Item
Inheritance
Object    UtilizationResults_Item

Constructors

UtilizationResults_Item Initializes a new instance of the UtilizationResults_Item class. add the element index to the result details.

Methods

Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)

Fields

crosec_class class of the cross section according to EC3.
details intermediate values of the formulas used for checking the cross section.
elem_ind element index.
sig_max maximum stress.
sig_min minimum stress.
tau_max maximum shear stress.
util overall utilization.
util_Mt utilization with regards to the torsional moment Mt.
util_My utilization with regards to the bending moment My.
util_Mz utilization with regards to the bending moment Mz.
util_N utilization with regards to the normal force.
util_Vy utilization with regards to the shear force Vy.
util_Vz utilization with regards to the shear force Vz.

Extension Methods

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

See Also