PointCloudVisualCreateBoxSurface(Document, Int32, Color, Double) Method |
Create a cube surface point cloud visual parented to the scene of the given document.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static PointCloudVisual CreateBoxSurface(
Document doc,
int numPoints,
Color[] colors,
double size
)
Parameters
- doc Document
- Document to create the point cloud visual in.
- numPoints Int32
- Number of points to create on the box.
- colors Color
- Colors of the points to create on the box.
- size Double
- The size of the box in meters.
Return Value
PointCloudVisualNew point cloud visual containing the points on the requested box.
See Also