Click or drag to resize
C3DNSetRenderControls Method
Set the rendering controls

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void SetRenderControls(
	int box,
	int axis,
	string label_x,
	string label_y,
	string label_z
)

Parameters

box
Type: SystemInt32
Render Bounding Box (0 or 1)
axis
Type: SystemInt32
Render Axis (0 or 1)
label_x
Type: SystemString
Label for X axis
label_y
Type: SystemString
Label for Y axis
label_z
Type: SystemString
Label for Z axis
See Also