Click or drag to resize
CEMAPDrawRect3D Method
Plot a square symbol on a section view.

Available since Oasis montaj version: 9.1
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
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")
See Also