Author Topic: how can i keep settings  (Read 3947 times)

0 Members and 2 Guests are viewing this topic.

masao

  • Newt
  • Posts: 97
Re: how can i keep settings
« Reply #30 on: April 22, 2024, 09:03:13 AM »
   (mapcar 'setvar (cdr vars) '("1" "CENTER" 0.06))

   add "(vl-cmdf "_.ucs" "_world")"
 
   (while (setq ent (_Nentsel "\nSelect Circles or Arcs / PolyArcs: "))

i found must be add "(vl-cmdf "_.ucs" "_world")".

if not add and UCS not world "polyline object" get wrong center line points,but "polyline on block object" is ok.

add "(vl-cmdf "_.ucs" "_world")" is much easier.(other function is too much , i can't fix it.)