Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

[CONNECT C++] Set Annotation Scale for Model

$
0
0

In V8i, I used to do:

// apply the new scale
SheetDef *pSheetDefNew = NULL;
pSheetDefNew = mdlSheetDef_new ();  //create a new blank to populate
mdlSheetDef_setScaleFactor (pSheetDefNew,SHEET_SCALE_TYPE_ANNOTATION_SCALE, iScale );
mdlModelRef_setSheetDef ( mdlModelRef_getActive (),pSheetDefNew);
mdlSheetDef_free (&pSheetDefNew);

 

 

But, there is no more mdlSheetDef_setScaleFactor(). What to do now?

 

Bruce


Viewing all articles
Browse latest Browse all 7260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>