Autodesk.AutoCAD.DatabaseServices Namespace > PointCloudCrop Class
PointCloudCrop Class   
Description

 

This class defines a cropping boundary for the PointCloudEx entity. Each cropping boundary contains a plane which locates the boundary, a cropping type, a flag indicating whether we want what is inside or outside the region, another flag indicating whether the results of this cropping boundary should be inverted.

Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.PointCloudCrop
Visual Basic
Public Class PointCloudCrop
Inherits IDisposable
C#
public class PointCloudCrop : IDisposable;
Links
   Comments?