|
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: 2.2.0.4 (2.2.0.4)
Syntaxpublic void setHeights(
int elem_ind,
List<double> heights
)
Public Sub setHeights (
elem_ind As Integer,
heights As List(Of Double)
)
public:
void setHeights(
int elem_ind,
List<double>^ heights
)
member setHeights :
elem_ind : int *
heights : List<float> -> unit
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