CroSec_ShellsetHeightsAndEccents 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.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public void setHeightsAndEccents(
int elem_ind,
List<double> heights,
List<double> eccents
)
Public Sub setHeightsAndEccents (
elem_ind As Integer,
heights As List(Of Double),
eccents As List(Of Double)
)
public:
void setHeightsAndEccents(
int elem_ind,
List<double>^ heights,
List<double>^ eccents
)
member setHeightsAndEccents :
elem_ind : int *
heights : List<float> *
eccents : List<float> -> unit
Parameters
- elem_ind Int32
- index of sub cross section.
- heights ListDouble
- list of new new cross section heights to be set.
- eccents ListDouble
- list of new new cross section eccentricities to be set.