public class CroSecTableRow
Public Class CroSecTableRow
public ref class CroSecTableRow
type CroSecTableRow = class end
CroSecTableRow | Initializes a new instance of the CroSecTableRow class |
dims | Gets or sets cross section dimensions. |
props | Gets or sets array of mechanical properties of the cross section. |
captionHeadings | Get the table captions of mechanical cross section properties. |
captionUnits | Description of units to be used in the cross section table. |
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) |
readFromTable | read one line from the table. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
ToString(Int32) | Return the table as one string. |
verifyProps | Compare mechanical properties as read from the table to those as calculated from the geometric dimensions of the cross section. If the relative deviation is larger than given in max_verifiy_delt a message is issued. |
country | country of origin of the prospective cross section. |
family | family of the prospective cross section. |
max_verifiy_delta | maximum deviation between mechanical cross section values read from the table and values calculated. If deviation is higher and validation is enabled (entry in first column is not empty) then a warning message is generated. |
name | name of the prospective cross section. |
product | production type of the cross section (cold-formed, rolled, ...) |
shape | shape indicator of the cross section ('O', 'I', 'T', '[]',...) |
verified | if true then no verification of the table data is done. |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |