Click or drag to resize

CMVIEWDefinePlane3D Method

Define a 2D drawing plane based on point and normal

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void DefinePlane3D(
	double center_x,
	double center_y,
	double center_z,
	double x_vector_x,
	double x_vector_y,
	double x_vector_z,
	double y_vector_x,
	double y_vector_y,
	double y_vector_z
)

public void DefinePlane3D(
	double center_x,
	double center_y,
	double center_z,
	double x_vector_x,
	double x_vector_y,
	double x_vector_z,
	double y_vector_x,
	double y_vector_y,
	double y_vector_z
)

Parameters

center_x
Type: SystemDouble
Center point X
center_y
Type: SystemDouble
Center point Y
center_z
Type: SystemDouble
Center point Z
x_vector_x
Type: SystemDouble
X Vector X
x_vector_y
Type: SystemDouble
X Vector Y
x_vector_z
Type: SystemDouble
X Vector Z
y_vector_x
Type: SystemDouble
Y Vector X
y_vector_y
Type: SystemDouble
Y Vector Y
y_vector_z
Type: SystemDouble
Y Vector Z
Remarks
2D rendering commands are translated to 3D commands based on the plane.
See Also