Click or drag to resize
CMVIEWDefineViewerPlane3D Method
Define a 2D drawing plane based on the user's view.

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 plane is always facing the viewer. Otherwise the this is identical to the previous
Syntax
public void DefineViewerPlane3D(
	double d1,
	double d2,
	double d3
)

Parameters

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