Author Topic: Problem with 2dwireframe  (Read 2409 times)

0 Members and 1 Guest are viewing this topic.

velasquez

  • Newt
  • Posts: 195
Problem with 2dwireframe
« on: February 15, 2017, 01:20:32 PM »
A 3D block is shown in different ways when inserted with different scales in the same drawing.
The image shows this effect.
If I blow the right block, the problem disappears.
Can someone tell me how to solve this?

ChrisCarlson

  • Guest
Re: Problem with 2dwireframe
« Reply #1 on: February 15, 2017, 03:47:13 PM »
I don't have that block to test but try zooming into the smaller block and performing a regen.

Also, this is the AutoLISP area.

velasquez

  • Newt
  • Posts: 195
Re: Problem with 2dwireframe
« Reply #2 on: February 16, 2017, 05:57:41 AM »
I don't have that block to test but try zooming into the smaller block and performing a regen.

Also, this is the AutoLISP area.
Thanks for your response.
Follow the drawing for testing.
I'm looking for a solution in AutoLisp for the problem.
This drawing is inserted by a tool that allows the user to choose the unit of measure: 1.0 for millimeters, 0.1 for centimeters or 0.001 for meters.
The problem with the preview appears when the block is entered in the 0.001 scale.

ChrisCarlson

  • Guest
Re: Problem with 2dwireframe
« Reply #3 on: February 16, 2017, 07:57:23 AM »
I guess I don't understand the problem. Create a GIF or ScreenCast of the problem.

velasquez

  • Newt
  • Posts: 195
Re: Problem with 2dwireframe
« Reply #4 on: February 16, 2017, 09:41:38 AM »
I guess I don't understand the problem. Create a GIF or ScreenCast of the problem.

Please open a new drawing and insert the drawing I posted on the 0.001 scale.
See also the difference with Visual Style in Dwireframe 3.
Tell me how it appears on your screen.
Thanks

ChrisCarlson

  • Guest
Re: Problem with 2dwireframe
« Reply #5 on: February 16, 2017, 10:10:47 AM »
I'm going to say it's just a representation of the model at insanely small scales. 2DWireframe is far from advanced as I'm pretty sure it does not use hardware acceleration.

Why would it ever be inserted at 0.001 scale? I don't think I have ever seen a 45° flange @ < 1mm.

ronjonp

  • Needs a day job
  • Posts: 7526
Re: Problem with 2dwireframe
« Reply #6 on: February 16, 2017, 10:14:08 AM »
Up your ISOLINES variable.

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

velasquez

  • Newt
  • Posts: 195
Re: Problem with 2dwireframe
« Reply #7 on: February 16, 2017, 10:50:43 AM »
Up your ISOLINES variable.


Hello ronjonp
I tested the values 4 6 and 8 for isolines and nothing changed.

ronjonp

  • Needs a day job
  • Posts: 7526
Re: Problem with 2dwireframe
« Reply #8 on: February 16, 2017, 10:53:47 AM »
Try 25 & regen.
« Last Edit: February 16, 2017, 11:01:48 AM by ronjonp »

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

velasquez

  • Newt
  • Posts: 195
Re: Problem with 2dwireframe
« Reply #9 on: February 16, 2017, 11:52:16 AM »
Try 25 & regen.

Thank you
This value for isolines does not work well on all the drawings in my library.
I can not understand why the problem does not happen if you use the "_explode" command in the block or when you change the Visual Style to 3D wireframe.

velasquez

  • Newt
  • Posts: 195
Re: Problem with 2dwireframe
« Reply #10 on: February 16, 2017, 01:31:17 PM »
I used command "_scale" in the original drawing, then when it is inserted as a block in a new drawing the problem with 2D wireframe does not happen.
« Last Edit: February 16, 2017, 01:36:03 PM by velasquez »