Click or drag to resize

Edge3ShellMeshChangeEdge Method (Int32, Int32)

Change the referenced edge, still belonging to the same feb.ShellMesh.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void ChangeEdge(
	int a,
	int b
)

Parameters

a
Type: SystemInt32
Index of the new starting vertex.
b
Type: SystemInt32
Index of the new end vertex.
See Also