Click or drag to resize

CroSec_BeamcrossSectionHasNoResistance Method

test whether cross section has zero resisting moment or area for cross section design.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override bool crossSectionHasNoResistance(
	out string msg
)

Parameters

msg
Type: SystemString
details regarding the reason for zero resistance.

Return Value

Type: Boolean
true if cross section has zero resisting moment or area for cross section design.
See Also