Click or drag to resize

CDMPPLYSetPoly Method

Set a specific polygon into a DMPPLY object.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetPoly(
	int p,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

public void SetPoly(
	int p,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z
)

Parameters

p
Type: SystemInt32
Polygon number (1 to NP) (i)
vv_x
Type: GeoEngine.Core.GXNetXCVV
X Locations (i)
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y Locations (i)
vv_z
Type: GeoEngine.Core.GXNetXCVV
Z Locations (i)
Remarks
Get the number of points from the VV length.
See Also