Click or drag to resize

IMeshSetVertex Method (Int32, Double, Double, Double)

Set mesh vertex at index.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool SetVertex(
	int index,
	double x,
	double y,
	double z
)

Parameters

index
Type: SystemInt32
Vertex index.
x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:Karamba.Geometry.IMesh.SetVertex(System.Int32,System.Double,System.Double,System.Double)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:Karamba.Geometry.IMesh.SetVertex(System.Int32,System.Double,System.Double,System.Double)"]

z
Type: SystemDouble

[Missing <param name="z"/> documentation for "M:Karamba.Geometry.IMesh.SetVertex(System.Int32,System.Double,System.Double,System.Double)"]

Return Value

Type: Boolean
True if the vertex at given index was updated successfully, false if the index is out of range.
See Also