DIMSCALE in CorelCAD - How is it changed?

I would REALLY like to know how one changes the dimension scale or DIMSCALE as it is called in AutoCAD? How do you do this in CorelCAD? I need to insert dimensions and text in the proper size for paper space????

Please help.

Parents
No Data
Reply
  • Hi,

    In CorelCAD you can not set variables with SETVAR command like in AutoCAD, but you can use AutoLISP expression:
    (setvar "dimscale" REAL_NUMBER)
    where REAL_NUMBER is the scale you want to set.
    And of course you can use DIMSTYLE command to change DIMSCALE - this will create dim style override, or you can create new dim style with DIMSTYLE command with DIMSCALE you need.

    Maxim
Children
No Data