 | 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
Syntaxpublic 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
)
Public Shared Sub Render (
mview As CMVIEW,
file_name As String,
resolution As Integer,
no_clipping As Integer
)
Public Shared Sub Render (
mview As CMVIEW,
file_name As String,
resolution As Integer,
no_clipping As Integer
)
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
)
static member Render :
mview : CMVIEW *
file_name : string *
resolution : int *
no_clipping : int -> unit
static member Render :
mview : CMVIEW *
file_name : string *
resolution : int *
no_clipping : int -> unit
Parameters
- mview
- Type: GeoEngine.Core.GXNetCMVIEW
MVIEW handle - file_name
- Type: SystemString
Filename - resolution
- Type: SystemInt32
Resolution - no_clipping
- Type: SystemInt32
Noclipping
See Also