Click or drag to resize

CroSec_ShellsetHeight Method

sets the height of a sub-cross section of the given index. The ordering of heights corresponds to the sequence of faces in the underlying mesh.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void setHeight(
	int elem_ind,
	double height
)

Parameters

elem_ind
Type: SystemInt32
index of sub cross section.
height
Type: SystemDouble
new cross section height to be set.
See Also