|
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)
Syntaxpublic void ChangeEdge(
int a,
int b,
Vector3 aPos,
Vector3 bPos
)
Public Sub ChangeEdge (
a As Integer,
b As Integer,
aPos As Vector3,
bPos As Vector3
)
public:
void ChangeEdge(
int a,
int b,
Vector3 aPos,
Vector3 bPos
)
member ChangeEdge :
a : int *
b : int *
aPos : Vector3 *
bPos : Vector3 -> unit
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