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

Available since Oasis montaj version: 9.1.0
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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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 d1,
	double d2,
	double d3,
	int i4
)

Parameters

d1
Type: SystemDouble
X - True X location
d2
Type: SystemDouble
Y - True Y location
d3
Type: SystemDouble
Z - True Z location
i4
Type: SystemInt32
Size in pixels ("radius")
See Also