Click or drag to resize

CroSec_ShellsetHeights 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: 1.0.0.0 (1.0.0.0)
Syntax
public void setHeights(
	int elem_ind,
	List<double> heights
)

Parameters

elem_ind
Type: SystemInt32
index of sub cross section
heights
Type: System.Collections.GenericListDouble
list of new new cross section heights to be set
See Also