BricsCAD equivalent for Autocad -lweight

I have a program, that generates a script and sets the linewidth either to ByLayer or a specific width like 0.35mm using the vommand -lweight:

_-lweight
ByLayer
_pline
3464584.512706,5576953.407317,379.000000
3464589.995367,5576931.454173

_-lweight
0.35
_pline
3464587.811389,5576954.231143,380.000000
3464593.225633,5576932.551947

"lweight" ist an unknown comand in BricsCAD, so how can this be done ?

I don't want to use PLINEWID

Thanks
Mathias

Comments

  • The system variable for lineweight is "CELWEIGHT" - so you can use "_CELWEIGHT" (which is the system variable as command name), or alternatively
    (setvar "CELWEIGHT" integer)

    See the Settings dialog (search for CELWEIGHT), for the integer values, some are special for ByLayer etc.

    The same script code should work fine in AutoCAD as well.

    hope this helps & many greetings !
  • Solved !
    Thank you
    Mathias
This discussion has been closed.

Howdy, Stranger!

It looks like you're new here. Click one of the buttons on the top bar to get involved!