Click or drag to resize

CroSec_BeamisStrongerThan Method

return true if this cross section is in every aspect stronger than the other one.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool isStrongerThan(
	CroSec_Beam other
)

Parameters

other
Type: Karamba.CrossSectionsCroSec_Beam
the other cross section to compare this with.

Return Value

Type: Boolean
true if this cross section is stronger than the other.
See Also