PointCloud.PointCloudToModelSpace Method
Parent Object: PointCloudDescription
Method that takes a 3d coordinate in point cloud space and returns a Point object containing the coordinate point in model space.
Syntax
PointCloud.PointCloudToModelSpace( PointCloudCoordinate As Point ) As PointParameters
Name | Type | Description |
PointCloudCoordinate | Point | Input Point object of a point in the point cloud space. |