Click or drag to resize

CEMAPDrawRect3D Method

Plot a square symbol on a section view.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void DrawRect3D(
	double x,
	double y,
	double z,
	int pix
)

public void DrawRect3D(
	double x,
	double y,
	double z,
	int pix
)

Parameters

x
Type: SystemDouble
X - True X location
y
Type: SystemDouble
Y - True Y location
z
Type: SystemDouble
Z - True Z location
pix
Type: SystemInt32
Size in pixels ("radius")
Remarks
Plot a square symbol on a section view, but input 3D user coordinates The line is temporary and will disappear on the next screen refresh. This function is for you to provide interactive screen feedback to your user.
See Also