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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The Line color and line thickness will affect rendering.
Syntax
public void Point3D(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
X
y
Type: SystemDouble
Y
z
Type: SystemDouble
Z
See Also