|
IMesh2SetVertex Method
|
Set mesh vertex at index.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxbool SetVertex(
int index,
Point2 position
)
Function SetVertex (
index As Integer,
position As Point2
) As Boolean
bool SetVertex(
int index,
Point2 position
)
abstract SetVertex :
index : int *
position : Point2 -> bool
Parameters
- index
- Type: SystemInt32
Vertex index. - position
- Type: Karamba.GeometryPoint2
Vertex position.
Return Value
Type:
BooleanTrue if the vertex at given index was updated successfully,
false otherwise.
See Also