 | CDMPPLYMoveVertex Method |
Moves a vertex and any associated lines.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void MoveVertex(
int p,
int v,
double x,
double y,
double z
)
public void MoveVertex(
int p,
int v,
double x,
double y,
double z
)
Public Sub MoveVertex (
p As Integer,
v As Integer,
x As Double,
y As Double,
z As Double
)
Public Sub MoveVertex (
p As Integer,
v As Integer,
x As Double,
y As Double,
z As Double
)
public:
void MoveVertex(
int p,
int v,
double x,
double y,
double z
)
public:
void MoveVertex(
int p,
int v,
double x,
double y,
double z
)
member MoveVertex :
p : int *
v : int *
x : float *
y : float *
z : float -> unit
member MoveVertex :
p : int *
v : int *
x : float *
y : float *
z : float -> unit
Parameters
- p
- Type: SystemInt32
Polygon number (1 to NP) - v
- Type: SystemInt32
Vertex number (1 to NV) - x
- Type: SystemDouble
New location X - y
- Type: SystemDouble
New location Y - z
- Type: SystemDouble
New location Z
See Also