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