Users Forum

ADONIS Category => ADONIS Users => Topic started by: b1akeh on March 13, 2019, 08:33:53 am

Title: Overlapping
Post by: b1akeh on March 13, 2019, 08:33:53 am
I have imported a dxf file made with Microstation and every time I try to Discretize the model I get a message "Two or more lines are partially or completely overlapping."  I have checked the CAD file and cleared away any extra lines and checked for any overlapping line, but I still get this message.  Can anyone tell me what I am doing wrong with the attached file?  Thank you.
Title: Re: Overlapping
Post by: Roozbeh on March 13, 2019, 12:21:27 pm
Hi

partially overlap lines still exist in the attached dxf file. I simply figured which ones and disabled them in the script (please see attached ajs file). now you would be able to discretize/mesh your model. unfortunately I cannot tell why these lines exist in dxf file but they do even after deleted them. in the situation like this you have two options:

1- use the existing dxf file and redraw lines on top of it and generate new clean dxf file without duplicate lines.
2- after creating the ajs file from original dxf file go through the script and manually disable the overlapping lines like what I did as shown in the attached file.

-Roozbeh
Title: Re: Overlapping
Post by: b1akeh on March 13, 2019, 01:46:42 pm
Thank you very much.  I will get into the script.  just learning this software.

Thanks again.