CroSecTableRowverifyProps Method

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.

Definition

Namespace: Karamba.CrossSections
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public virtual string verifyProps(
	double?[] _props
)

Parameters

_props  NullableDouble
Array of property values.

Return Value

String
Message in case the deviation limit is reached.

See Also