Click or drag to resize

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)
Syntax
protected static void duplicateMeshPoint(
	int ind,
	Mesh3 mesh,
	List<double> values
)

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