Jump to content

Text fit lisp


BrianTFC

Recommended Posts

On 9/12/2018 at 6:47 PM, vanowm said:

In my case the boundary being created successfully (creates POLYLINE on top of LWPOLYLINE)

Well here is your problem: boundary either creates a region or a pline/lwpline. Difference between pline/lwpline is controled by the var 'plinetype. Change it to 2 (setvar 'plinetype 2), and your boundary will generate lwpline instead of plines. LWpline only have sets of 2 coords in assoc 10, and everything will work as it used to(as long as a boundary can be created successfully of course)!

 

If my reply help you solve your problem, please consider marking it accordingly.

Thanks and have a nice week end!

  • Thanks 1
Link to comment
Share on other sites

19 minutes ago, Jef! said:

Well here is your problem: boundary either creates a region or a pline/lwpline. Difference between pline/lwpline is controled by the var 'plinetype. Change it to 2 (setvar 'plinetype 2), and your boundary will generate lwpline instead of plines. LWpline only have sets of 2 coords in assoc 10, and everything will work as it used to(as long as a boundary can be created successfully of course)!

That's it! Thank you very much, it's working now.

 

I guess it would not hurt change this var in the script, to avoid such issue.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...