Share

AcDbDynamicUCSPE

Class Hierarchy

AcRxObject
    AcDbDynamicUCSPE

C++

class AcDbDynamicUCSPE : public AcRxObject;

File

dbDynamicUCSpe.h

Description

AcDbDynamicUCSPE Protocol extension base class.

Developers can derive from this class in order to enable Dynamic UCS switching for their custom objects or for other core objects. By default, the core DUCS code will call this protocol extension on objects under the cursor during the initial point acquisition in a DUCS-enabled command. Derived classes must override and implement getCandidatePlanes().

Links

AcDbDynamicUCSPE Methods

Was this information helpful?