Click or drag to resize

PointCloudVisualCreateBox(Document, Int32, Color, Double, Double, Double) Method

Create a box 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 CreateBox(
	Document doc,
	int numPoints,
	Color[] colors,
	double width,
	double height,
	double depth
)

Parameters

doc  Document
Document to create the point cloud visual in.
numPoints  Int32
Number of points to create in the box.
colors  Color
Color of the points to create in the box.
width  Double
Width of the box to create.
height  Double
Height of the box to create.
depth  Double
Depth of the box to create.

Return Value

PointCloudVisual
New point cloud visual containing the points in the requested box.
See Also