Share

AcDbPointCloudEx::setScale Method

C++

Acad::ErrorStatus setScale(
    double val
);

Description

Sets the scale factor of the point cloud. The user may give a customized scale, while the point cloud may have a unit factor based on current drawing. The input scale factor is the product of the customized scale and the unit factor.

Parameters

Parameters Description
val The scale factor to be set.

Returns

Returns Acad::eOk if set successfully. If point cloud is locked, this function will return Acad::eNotApplicable.

Links

AcDbPointCloudEx Class

Was this information helpful?