Click or drag to resize

Edge3ShellMeshChangeEdge Method (Int32, Int32, Vector3, Vector3)

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,
	Vector3 aPos,
	Vector3 bPos
)

Parameters

a
Type: SystemInt32
Index of the new starting vertex.
b
Type: SystemInt32
Index of the new end vertex.
aPos
Type: Karamba.GeometryVector3
Position of the new starting vertex.
bPos
Type: Karamba.GeometryVector3
Position of the new end vertex.
See Also