API Reference > OdDbPointCloud Classes > OdDbPointCloudClipping Class
OdDbPointCloudClipping Class
OdDbPointCloudClipping
Syntax
C++
class OdDbPointCloudClipping;

DbPointCloudClipping.h

This class represents clipping boundaries for point cloud entities. 

Corresponding C++ library: AcDbPointCloudObj 

 

 
Name 
Description 
 
Default constructor. Creates an OdDbPointCloudClipping instance. 
 
Name 
Description 
 
Defines clipping boundary types. 
 
Name 
Description 
 
This is dwgInFields, a member of class OdDbPointCloudClipping. 
 
This is dwgOutFields, a member of class OdDbPointCloudClipping. 
 
This is dxfInFields, a member of class OdDbPointCloudClipping. 
 
This is dxfOutFields, a member of class OdDbPointCloudClipping. 
 
Returns true if only the boundary is inverted. 
 
Check whether the boundary is valid. Returns true only if a number of vertices matches the boundary type: box or rectangular boundary must have two vertices, polygonal - at least 3 vertices. 
 
Returns the number of vertices of this clipping boundary. 
 
Sets this clipping boundary to a polygonal clipping boundary with the specified vertices.
 
 
Sets this clipping boundary to a parallelepiped clipping boundary with the specified diagonal vertices.
 
 
Sets the boundary to inverted. 
 
Sets this clipping boundary to a rectangle clipping boundary with the specified diagonal vertices.
 
 
Sets the maximum value of Z-coordinate. 
 
Sets the minimum value of Z-coordinate. 
 
type 
Returns the type of this clipping boundary. 
 
Returns closed boundary 
 
zMax 
Returns the minimum value of Z-coordinate. 
 
zMin 
Returns the minimum value of Z-coordinate. 
 
Name 
Description 
 
== 
This is ==, a member of class OdDbPointCloudClipping. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.