Message 1 of 2
AcdbDataBase setMirrtext(false) no effect

Not applicable
11-08-2011
06:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
as I said in the subject, AcGeLine3d mirrorLine(asPnt3d(ptS),asPnt3d(ptE)); AcGeMatrix3d xform; xform.setToMirroring(mirrorLine); Acad::ErrorStatus es = acdbCurDwg()->setMirrtext(false); acutPrintf(_T("\n%d"),es); cloneAndXformObjects(acdbCurDwg(),idArr,Acad_System::GetBlockId(),xform); I want to get the results like the command "mirror" when mirrtext is set 0. The texts mirrored by the codes above are always looked inversed.