PointCloudVisualCreateSphereSurface Method (Document, Int32, Color, Double) | 
 
            Create a sphere surface point cloud visual parented to the scene of the given document.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic static PointCloudVisual CreateSphereSurface(
	Document doc,
	int numPoints,
	Color[] colors,
	double radius
)
Parameters
- doc
 - Type: Demo3D.VisualsDocument
Document to create the point cloud visual in. - numPoints
 - Type: SystemInt32
Number of points to create on the sphere. - colors
 - Type: System.DrawingColor
Colors of the points to create on the sphere. - radius
 - Type: SystemDouble
The radius of the sphere in meters. 
Return Value
Type: 
PointCloudVisualNew point cloud visual containing the points on the requested sphere.
See Also