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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The plane is always facing the viewer. Otherwise the this is identical to the previous
Syntax
public void DefineViewerPlane3D(
	double center_x,
	double center_y,
	double center_z
)

Parameters

center_x
Type: SystemDouble
Center point X
center_y
Type: SystemDouble
Center point Y
center_z
Type: SystemDouble
Center point Z
See Also