Author Topic: How to achieve segmented Join3dPoly  (Read 1447 times)

0 Members and 1 Guest are viewing this topic.

well20152016

  • Newt
  • Posts: 130
How to achieve segmented Join3dPoly
« on: April 13, 2017, 08:52:42 AM »
How to achieve segmented Join3dPoly

ribarm

  • Gator
  • Posts: 3255
  • Marko Ribar, architect
Re: How to achieve segmented Join3dPoly
« Reply #1 on: April 13, 2017, 10:45:16 AM »
For joining lines to 3dpolys, I suggest this code :
http://www.cadtutor.net/forum/showthread.php?98911-convert-lines-to-3d-polylines&p=#7

And in attachment there is your DWG with my intervention...
1st step is to break lines to intersecting points...
2nd step is to join every each continuous segment to 3dpoly using my routine I pointed in the link (or if you find it better - just use JOIN command)
3rd step is to check each intersecting vertex if when stretched and gripped all connecting 3dpolys weather vertex is common - you should see all connecting segments move along with stretching vertex
4th step is to use EDGESURF command on 4 touching edges to form surfaces...

HTH., M.R.
Regards
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

well20152016

  • Newt
  • Posts: 130
Re: How to achieve segmented Join3dPoly
« Reply #2 on: April 14, 2017, 09:01:25 AM »
Thank you ribarm
Could you help me to change it! The following 2 conditions are also disconnected
1 start = end
2 there are more than 2 connections on an endpoint