Click or drag to resize
CMVIEWFitMapWindow3D Method
Set the 2D view window for a 3D view.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
3D views are placed in 2D maps within a 2D mapping window that is analgous to a 2D View. This allows all 2D functions (such as changing a view location and size) to treat a 3D view just like a 2D view. The FitMapWindow3D_MVIEW function allows you to locate and set the "apparent" 2D mapping of a 3D view on the map. An intial map window is established as specified on the map, and the view scaling is established to fit the specified area within that map area.
Syntax
public void FitMapWindow3D(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8
)

Parameters

d1
Type: SystemDouble
X minimum (mm) of the area in map relative to map origin
d2
Type: SystemDouble
Y minimum ..
d3
Type: SystemDouble
X maximum ..
d4
Type: SystemDouble
Y maximum ..
d5
Type: SystemDouble
min X in ground coordinate to fit to the area defined above
d6
Type: SystemDouble
min Y in ground coordinate ..
d7
Type: SystemDouble
max X in ground coordinate ..
d8
Type: SystemDouble
max Y in ground coordinate ..
See Also