|
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)
Syntaxpublic void ChangeEdge(
int a,
int b
)
Public Sub ChangeEdge (
a As Integer,
b As Integer
)
public:
void ChangeEdge(
int a,
int b
)
member ChangeEdge :
a : int *
b : int -> unit
Parameters
- a
- Type: SystemInt32
Index of the new starting vertex. - b
- Type: SystemInt32
Index of the new end vertex.
See Also