Click or drag to resize
CMVIEWBox3D Method
Draw a 3D box

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The Fill color is used to color the box.
Syntax
public void Box3D(
	double min_x,
	double min_y,
	double min_z,
	double max_x,
	double max_y,
	double max_z
)

Parameters

min_x
Type: SystemDouble
Min X
min_y
Type: SystemDouble
Min Y
min_z
Type: SystemDouble
Min Z
max_x
Type: SystemDouble
Max X
max_y
Type: SystemDouble
Max Y
max_z
Type: SystemDouble
Max Z
See Also