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.

Definition

Namespace: Karamba.CrossSections
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public void setHeight(
	int elem_ind,
	double height
)

Parameters

elem_ind  Int32
index of sub cross section.
height  Double
new cross section height to be set.

See Also