Click or drag to resize

Edge3ShellMesh Constructor

Initializes a new instance of the Edge3ShellMesh class. create an edge of a mesh via two vertex indexes.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Edge3ShellMesh(
	int a,
	int b,
	ShellMesh shellMesh
)

Parameters

a
Type: SystemInt32
index of starting vertex.
b
Type: SystemInt32
index of end vertex.
shellMesh
Type: ShellMesh
feb.ShellMesh to which belongs.
See Also