Share

PointCloudCrops.Add Method

Parent Object: PointCloudCrops

Description

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 PointCloudCrop

Parameters

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.

Version

Introduced in version 2016

Was this information helpful?