public class UtilizationResults_Item
Public Class UtilizationResults_Item
public ref class UtilizationResults_Item
type UtilizationResults_Item = class end
UtilizationResults_Item | Initializes a new instance of the UtilizationResults_Item class. add the element index to the result details. |
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) |
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. |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |