Click or drag to resize

CMVIEWSetPlaneMatrix Method

Set the equation of a plane using a matrix

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
public void SetPlaneMatrix(
	int plane,
	CIPJ ipj
)

public void SetPlaneMatrix(
	int plane,
	CIPJ ipj
)

Parameters

plane
Type: SystemInt32
Plane index
ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ object
Remarks
Use only for special cases. The View matrix and the input IPJ must have the same PCS (orientations ignored), and the input IPJ must have an orientation type "IPJ_ORIENT_3D_MATRIX". Null operation if these conditions are not fulfilled.
See Also