Click or drag to resize
CMVIEWPoint3D Method
Draw a 3D point.

Available since Oasis montaj version: 5.1.6
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The Line color and line thickness will affect rendering.
Syntax
public void Point3D(
	double d1,
	double d2,
	double d3
)

Parameters

d1
Type: SystemDouble
X
d2
Type: SystemDouble
Y
d3
Type: SystemDouble
Z
See Also