Share

AcDbPointCloudEx::setInCreatingCroppingMode Method

C++

void setInCreatingCroppingMode(
    bool bCreating
);

Description

Sets whether or not the point cloud is currently creating cropping boundary. Generally, AutoCAD draws a boundary box for the point cloud during dragging as preview. But when the point cloud is creating cropping boundary, it is also in dragging mode. Then AutoCAD doesn't need to draw the boundary box. The default value is false. Internal Use.

Parameters

Parameters Description
bCreating Returns true if this entity is creating a crop region (e.g., we should not create a cropping boundary). Else, returns false.

Links

AcDbPointCloudEx Class

Was this information helpful?