|
Mesh3SetVertex Method (Int32, Double, Double, Double)
|
set vertex using index and coordinates.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool SetVertex(
int index,
double x,
double y,
double z
)
Public Function SetVertex (
index As Integer,
x As Double,
y As Double,
z As Double
) As Boolean
public:
virtual bool SetVertex(
int index,
double x,
double y,
double z
) sealed
abstract SetVertex :
index : int *
x : float *
y : float *
z : float -> bool
override SetVertex :
index : int *
x : float *
y : float *
z : float -> bool
Parameters
- index
- Type: SystemInt32
index of vertex to be set. - x
- Type: SystemDouble
new x-coordinate. - y
- Type: SystemDouble
new y-coordinate. - z
- Type: SystemDouble
new Z-coordinate.
Return Value
Type:
Booleantrue if successful.
Implements
IMeshSetVertex(Int32, Double, Double, Double)
See Also