Click or drag to resize
CPDF3DRender Method
Render a voxel, voxsurf and/or gensurf to pdf

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void Render(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	string file_name,
	int resolution,
	int no_clipping
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
MVIEW handle
file_name
Type: SystemString
Filename
resolution
Type: SystemInt32
Resolution
no_clipping
Type: SystemInt32
Noclipping
See Also