Click or drag to resize

CroSecTableRow Class

Represents data of one row of the cross section table
Inheritance Hierarchy
SystemObject
  Karamba.CrossSectionsCroSecTableRow

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class CroSecTableRow

The CroSecTableRow type exposes the following members.

Constructors
  NameDescription
Public methodCroSecTableRow
Initializes a new instance of the CroSecTableRow class
Top
Properties
  NameDescription
Public propertydims
cross section dimensions
Public propertyprops
array of mechanical properties of the cross section
Top
Methods
  NameDescription
Public methodcaptionHeadings
table captions of mechanical cross section properties
Public methodcaptionUnits
description of units to be used in the cross section table
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodreadFromTable
read one line from the table
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToString(Int32)
Return the table as one string
Public methodverifyProps
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.
Top
Fields
  NameDescription
Public fieldcountry
country of origin of the prospective cross section
Public fieldfamily
family of the prospective cross section
Public fieldStatic membermax_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
Public fieldname
name of the prospective cross section
Public fieldproduct
production type of the cross section (cold-formed, rolled, ...)
Public fieldshape
shape indicator of the cross section ('O', 'I', 'T', '[]',...)
Public fieldverified
if true then no verification of the table data is done.
Top
See Also