PointCloudExtensionsCrop Method

CVB.Net Documentation
Creates a new point cloud which is a copy of this point cloud, which only consists of the points inside the given clipBox.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static PointCloud Crop(
	this PointCloud pc,
	Cuboid clipBox
)

Parameters

pc
Type: Stemmer.CvbPointCloud
PointCloud to crop.
clipBox
Type: Stemmer.CvbCuboid
Cuboid defining the inclusive bounds for the points to be copied.

Return Value

Type: PointCloud
Cropped point cloud.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PointCloud. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions

ExceptionCondition
CvbExceptionWhen creating the cropped point cloud failed.
See Also

Reference