Closing objects

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Closing objects

Ferdi
I can connect elements by trimming. But what should I do if my object is formed by many elements?
My question:
Is there a simple way to close an object which consists of many line/spline elements?
Reply | Threaded
Open this post in threaded view
|

Re: Closing objects

dxli
the current hatching algorithm is not robust enough, and we should be able to do something better in next version(v3).

for v2, you can try to enable "snap to start/end points" only, and move/copy entities subsequently to make sure they are connected.

Ferdi wrote
I can connect elements by trimming. But what should I do if my object is formed by many elements?
My question:
Is there a simple way to close an object which consists of many line/spline elements?
Reply | Threaded
Open this post in threaded view
|

Re: Closing objects

Ferdi
dxli wrote
for v2, you can try to enable "snap to start/end points" only, and move/copy entities subsequently to make sure they are connected.
Especially imported DXF files look like simple objecs but are composed of many primitive elements. Don't you think you could already improve version 2? It may take years until version 3 will come...