Jump to content

Recommended Posts

Posted

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

Posted

Welcome to CADTutor. :)

 

You might want to try FLATTEN.

Posted

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

 

CAD FLATTEN projection snap.jpg

Posted

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.

Posted

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.

Posted

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.

Posted

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

Posted

I think you are expecting a lot for someone who's model was not a true 3D model to begin with.

Posted

Might help to actually post the .dwg here.

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...