PowerP Posted April 25, 2013 Posted April 25, 2013 I wish to have outline/surface of those nonsolid 3D object convert or projection into 2D lines that can be use later. For solid object, its can be projecting the surface by FLATSHOT command But for nonsolid object, this command is doesn't work and showing nothing when I tried. PS. These nonsolid object probably copy/export from other software ie. some analysis software. Anybody can help me out? Thanks a lot Quote
Dadgad Posted April 25, 2013 Posted April 25, 2013 Welcome to CADTutor. You might want to try FLATTEN. Quote
PowerP Posted April 25, 2013 Author Posted April 25, 2013 Hi Dadgad Thank for your warm welcome and help That FLATTEN command does work out but its as badly present coz its only showing in straight line not smooth at all Quote
Dadgad Posted April 25, 2013 Posted April 25, 2013 Flatten definitely has its uses and its problems. Working with curved 3D lines is definitely going to be one of its problem areas. I don't use it myself, as I always work with 3D solids, but I have seen FLATSHOT take great liberties when representing curves of tangential faces. Try increasing your FACETRES system variable from the default value of .5 to 5 and see if that might help you at all. Quote
SLW210 Posted April 25, 2013 Posted April 25, 2013 Try with this Macro added to a button. Flatten All ^C^C_UCS;;_move _all;;0,0,1e99;;_move _all;;0,0,-1e99;; _chprop;_all;;_thickness;0;; Flatten a Selection ^C^C_UCS;;_select \_move _p;;0,0,1e99;;_move _p;;0,0,-1e99;; I Wish Everything Were Flat article from Cadalyst if you want to try tracing. Quote
PowerP Posted April 26, 2013 Author Posted April 26, 2013 Hi SLW201, I have tried your code but its doesn't work. appreciate it if your can check them again Thanks a lot for your help SLW210 said: Try with this Macro added to a button. Flatten All ^C^C_UCS;;_move _all;;0,0,1e99;;_move _all;;0,0,-1e99;; _chprop;_all;;_thickness;0;; Flatten a Selection ^C^C_UCS;;_select \_move _p;;0,0,1e99;;_move _p;;0,0,-1e99;; I Wish Everything Were Flat article from Cadalyst if you want to try tracing. Quote
PowerP Posted April 29, 2013 Author Posted April 29, 2013 Hi SLW210 could you please re-check your code again? as I have tried it but the out put does'n work that way I wanted. its came out as large area of individual spot. thank a lot, mate. P Quote
ReMark Posted April 29, 2013 Posted April 29, 2013 I think you are expecting a lot for someone who's model was not a true 3D model to begin with. Quote
PowerP Posted May 7, 2013 Author Posted May 7, 2013 Hi SLW210, Sorry to didn't catch up the topic coz I was busy with something else here is the ACAD file TEST.dwgFetching info... Quote
Recommended Posts
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.