Add hatching by clicking inside of an enclosed area.

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

Add hatching by clicking inside of an enclosed area.

dxli
For 2.2.2, we should improve hatching.

Thinking about a really useful method:

1, click an area to hatch, with new edges created auto:
For example, there are 4 infinite lines surrounding (0, 0), forming a quadrilateral around (0, 0). The algorithm should be able to hatch the quadrilateral;
2, user can edit a hatch by adding or removing loops to it, but loops shouldn't interact with each other.

The development is definitely heavy here, but should be intuitive to the end users.

Reply | Threaded
Open this post in threaded view
|

Re: Add hatching by clicking inside of an enclosed area.

dellus
This would be a fantastic new feature. Advanced commercial cad packages do offer this.

Another substantial improvement would be the possibility to define an offset for the hatch pattern. Then you could place the pattern correctly within a given shape, for example bricks in a facade or tiles in a bathroom wall or floor.
Reply | Threaded
Open this post in threaded view
|

Re: Add hatching by clicking inside of an enclosed area.

dxli
We have the topology tools to get hatching by area(the area calculation is based on the toolset).

We don't have a robust offset support from the engine side.


dellus wrote
This would be a fantastic new feature. Advanced commercial cad packages do offer this.

Another substantial improvement would be the possibility to define an offset for the hatch pattern. Then you could place the pattern correctly within a given shape, for example bricks in a facade or tiles in a bathroom wall or floor.