Mesh2SetVertex(Int32, Double, Double) Method
Sets a vertex at index to a particular point.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public bool SetVertex(
int index,
double x,
double y
)
Public Function SetVertex (
index As Integer,
x As Double,
y As Double
) As Boolean
public:
bool SetVertex(
int index,
double x,
double y
)
member SetVertex :
index : int *
x : float *
y : float -> bool
- index Int32
- Index of the vertex.
- x Double
- x-coordinate.
- y Double
- y-coordinate.
Boolean'True' if successful.