CroSec_BeamduplicateMeshPoint(Int32, Mesh3, ListDouble) Method

duplicate the vertex/value pair of given index.

Definition

Namespace: Karamba.CrossSections
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected static void duplicateMeshPoint(
	int ind,
	Mesh3 mesh,
	List<double> values
)

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.

See Also