Click or drag to resize

CroSec_BeamduplicateMeshPoint Method (Mesh3, ListDouble)

Duplicates the last vertex/value pair added.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected static void duplicateMeshPoint(
	Mesh3 mesh,
	List<double> values
)

Parameters

mesh
Type: Karamba.GeometryMesh3
Mesh where to duplicate the last vertex.
values
Type: System.Collections.GenericListDouble
Values where to duplicate the last entry.
See Also