Click or drag to resize

CroSec_ShellgetHeight Method (Int32)

returns the height of a sub-cross section of the given index in case of composite cross sections.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override double getHeight(
	int rel_ind
)

Parameters

rel_ind
Type: SystemInt32
index of sub cross section.

Return Value

Type: Double
height of a sub-cross section of the given index in case of composite cross sections.
See Also