![]() |
CroSecTableRow Class |
Namespace: Karamba.CrossSections
The CroSecTableRow type exposes the following members.
Name | Description | |
---|---|---|
![]() | CroSecTableRow | Initializes a new instance of the CroSecTableRow class |
Name | Description | |
---|---|---|
![]() | dims |
cross section dimensions
|
![]() | props |
array of mechanical properties of the cross section
|
Name | Description | |
---|---|---|
![]() | captionHeadings |
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.
|
Name | Description | |
---|---|---|
![]() | 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.
|