Click or drag to resize
CMVIEWSphere3D Method
Draw a 3D sphere

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 sphere.
Syntax
public void Sphere3D(
	double d1,
	double d2,
	double d3,
	double d4
)

Parameters

d1
Type: SystemDouble
Center X
d2
Type: SystemDouble
Center Y
d3
Type: SystemDouble
Center Z
d4
Type: SystemDouble
Radius
See Also