Click or drag to resize

CMVIEWSphere3D Method

Draw a 3D sphere

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Sphere3D(
	double x,
	double y,
	double z,
	double radius
)

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
Remarks
The Fill color is used to color the sphere.
See Also