Share

AcDbPointCloudEx::setRotation Method

C++

Acad::ErrorStatus setRotation(
    double val
);

Description

Specifies the rotation angle of the point cloud in the current UCS.

Parameters

Parameters Description
val The rotation angle 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?