CroSec_BeamduplicateMeshPoint(Int32, Mesh3, ListDouble) Method
duplicate the vertex/value pair of given index.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
protected 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 Int32
- index of vertex to be duplicated.
- mesh Mesh3
- mesh where to duplicate the vertex.
- values ListDouble
- values corresponding to the vertices with vertex properties which get also duplicated.