 | 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
Syntaxpublic void DrawRect3D(
double x,
double y,
double z,
int pix
)
public void DrawRect3D(
double x,
double y,
double z,
int pix
)
Public Sub DrawRect3D (
x As Double,
y As Double,
z As Double,
pix As Integer
)
Public Sub DrawRect3D (
x As Double,
y As Double,
z As Double,
pix As Integer
)
public:
void DrawRect3D(
double x,
double y,
double z,
int pix
)
public:
void DrawRect3D(
double x,
double y,
double z,
int pix
)
member DrawRect3D :
x : float *
y : float *
z : float *
pix : int -> unit
member DrawRect3D :
x : float *
y : float *
z : float *
pix : int -> unit
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