|
CroSec_BeamduplicateMeshPoint Method (Int32, Mesh3, ListDouble)
|
duplicate the vertex/value pair of given index.
Namespace:
Karamba.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected static void duplicateMeshPoint(
int ind,
Mesh3 mesh,
List<double> values
)
Protected Shared Sub duplicateMeshPoint (
ind As Integer,
mesh As Mesh3,
values As List(Of Double)
)
protected:
static void duplicateMeshPoint(
int ind,
Mesh3^ mesh,
List<double>^ values
)
static member duplicateMeshPoint :
ind : int *
mesh : Mesh3 *
values : List<float> -> unit
Parameters
- ind
- Type: SystemInt32
index of vertex to be duplicated. - mesh
- Type: Karamba.GeometryMesh3
mesh where to duplicate the vertex. - values
- Type: System.Collections.GenericListDouble
values corresponding to the vertices with vertex properties which get also duplicated.
See Also