Click or drag to resize

PointCloudVisualCreateSphereSurface(Document, Int32, Color, Double) Method

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: 19.00.00
Syntax
C#
public static PointCloudVisual CreateSphereSurface(
	Document doc,
	int numPoints,
	Color color,
	double radius
)

Parameters

doc  Document
Document to create the point cloud visual in.
numPoints  Int32
Number of points to create on the sphere.
color  Color
Color of the points to create on the sphere.
radius  Double
The radius of the sphere in meters.

Return Value

PointCloudVisual
New point cloud visual containing the points on the requested sphere.
See Also