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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The Fill color is used to color the box.
Syntax
public void Box3D(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6
)

Parameters

d1
Type: SystemDouble
Min X
d2
Type: SystemDouble
Min Y
d3
Type: SystemDouble
Min Z
d4
Type: SystemDouble
Max X
d5
Type: SystemDouble
Max Y
d6
Type: SystemDouble
Max Z
See Also