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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The Fill color is used to color the sphere.
Syntax
public void Sphere3D(
	double x,
	double y,
	double z,
	double radius
)

Parameters

x
Type: SystemDouble
Center X
y
Type: SystemDouble
Center Y
z
Type: SystemDouble
Center Z
radius
Type: SystemDouble
Radius
See Also