Click or drag to resize

CIPJSetPlanView Method

Set plan orientation parameters.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetPlanView(
	double x,
	double y,
	double z,
	double rot
)

public void SetPlanView(
	double x,
	double y,
	double z,
	double rot
)

Parameters

x
Type: SystemDouble
X location of view rotation point
y
Type: SystemDouble
Y location of view rotation point
z
Type: SystemDouble
Z location of view plane in 3D
rot
Type: SystemDouble
Rotation CCW from normal XY coords about the rotation point
Remarks
This sets up the orientation of an IPJ for plan view plots, for instance in drill hole section map (top plan view). These differ from regular plan map views in that the elevation of the view plane is set, and the view may be rotated. In addition, when viewed in a map, a view with this IPJ will give a status bar location (X, Y, Z) of the actual location in space, as opposed to just the X, Y of the view plane itself. When a rotation azimuth angle (CW) is specified, the input (X, Y) location is the point about which the coordinate system is rotated. For instance, you can rotate a grid about its corner (XC, YC) by giving it a Plan View orientation (XC, YC, ZElevation, Rot). If there is no rotation, the input X, Y locations are irrelevent, but they will show up in the output string for the orientation, so it makes sense to default them to (0, 0).
See Also