Click or drag to resize

CPDF3DRender Method

Render a voxel, voxsurf and/or gensurf to pdf

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Render(
	CMVIEW mview,
	string file_name,
	int resolution,
	int no_clipping
)

public static void Render(
	CMVIEW mview,
	string file_name,
	int resolution,
	int no_clipping
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
MVIEW handle
file_name
Type: SystemString
Filename
resolution
Type: SystemInt32
Resolution
no_clipping
Type: SystemInt32
Noclipping
See Also