Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / PointCloud Class / ConvertToFastPointCloud Method

In This Topic
    ConvertToFastPointCloud Method
    In This Topic
    Converts this point cloud into a FastPointCloud.
    Syntax
    'Declaration
     
    Public Function ConvertToFastPointCloud() As FastPointCloud
    public FastPointCloud ConvertToFastPointCloud()

    Return Value

    The resulting FastPointCloud.
    See Also