|
Mesh2SetVertex Method (Int32, Point2)
|
Set vertex at at index to a particular point.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool SetVertex(
int index,
Point2 p
)
Public Function SetVertex (
index As Integer,
p As Point2
) As Boolean
public:
virtual bool SetVertex(
int index,
Point2 p
) sealed
abstract SetVertex :
index : int *
p : Point2 -> bool
override SetVertex :
index : int *
p : Point2 -> bool
Parameters
- index
- Type: SystemInt32
Index to be used. - p
- Type: Karamba.GeometryPoint2
Point to place as vertex.
Return Value
Type:
BooleanTrue if successful.
Implements
IMesh2SetVertex(Int32, Point2)
See Also