Click or drag to resize

CloudVisualizerForm Class

A Windows Form with a CloudVisualizerControl in it
Inheritance Hierarchy

Namespace:  Zivid.NET
Assembly:  ZividVis3DNET (in ZividVis3DNET.dll) Version: 1.0.0
Syntax
public class CloudVisualizerForm : Form

The CloudVisualizerForm type exposes the following members.

Constructors
  NameDescription
Public methodCloudVisualizerForm
Initializes a new instance of the CloudVisualizerForm class
Top
Properties
  NameDescription
Public propertyComputeDevice
The Compute device associated with this view
Public propertyEnableColors
Enable or disable coloring of the points with their accompanying RGB colors
Public propertyEnableMeshing
Enable or disable meshing
Top
Methods
  NameDescription
Public methodResetView
Reset the camera parameters such that the point cloud fits within the window
Public methodShow(DeviceCloud)
Show a device point cloud residing on the Compute device. This function is very fast, since no copying of data from the CPU to the Compute device is needed.
Public methodShow(Frame)
Show the point cloud contained in a frame
Public methodShow(PointCloud)
Show a point cloud residing on the CPU
Public methodShowFullScreen
Show the form in fullscreen mode
Public methodShowMaximized
Show the form with maximized size
Top
See Also