PointCloudCrops.Add Method
Parent Object: PointCloudCropsDescription
Method that adds a crop to the point cloud and the result PointCloudCrop is returned.
Syntax
PointCloudCrops.Add( BoundingBox As OrientedBox, [KeepInside] As Boolean ) As PointCloudCropParameters
Name | Type | Description |
BoundingBox | OrientedBox | Input OrientedBox object that defines the bounding volume. The TransientGeometry.CreateOrientedBox can be used to create an OrientedBox object. |
KeepInside | Boolean | Optional input Boolean that specifies whether keep the point cloud points in the BoundingBox. This is an optional argument whose default value is True. |