Share

acdbGetGeoDataTransform Function

C++

ACDBCORE2D_PORT Acad::ErrorStatus acdbGetGeoDataTransform(
    AcDbDatabase* pDbSource, 
    AcDbDatabase* pDbTarget, 
    AcGePoint3d& insertionPt, 
    double& rotation, 
    double& scale
);

File

dbGeoData.h

Description

Insertion method.

Parameters

Parameters Description
pDbSource Input source database.
pDbTarget Input target database.
insertionPt Output AcGePoint3d for insertion point.
rotation Output rotation angle between source geoMarker and target geoMarker.
scale Output scale factor between source geoMarker and target geoMarker.

Returns

Returns eOk if successful.

Was this information helpful?