What I want to achieve is for the lines between the rectangles to be overlap each other so that the line is not double. I try the X per colom -10% so that the line in the middle vertical and horizontal are not double. But I get this kind of results.
You're nearly there : the thing is the bounding box.
By default, Bounding boxes are set to "Visual bounding boxes" : this means the bounding box take into account stroke width.
The other option is "Geometric bounding box" : then the bounding boxes takes the nodes into account. See first picture : there are two 50 % transparent rectangles : the difference between top and bottom is only stroke width : left rectangles are seen with visual bounding box set, right ones with geometric bounding box.
These two options are found in global inkscape preferences > Tools (dont browse further).
When you use tiled clones, the tile size is the bounding box : if you want the strokes to overlap, use geometric box. I used 50 % opacity for better visualization.
There seems to be an alternating vertical offset in your clone layout. In the Create Tiled Clones dialog, click the [Reset] button to restore all parameters to default values. Then try the following settings using a single rectangle as the parent shape.
Another way to draw the brick wall is to draw a pattern :
First enable snapping to cusps nodes and line midpoints (nothing else).
Draw the rectangle, set the proper stroke width and color. Turn it to path [Path>Object to path]
Select it and keep left mouse button pressed : hit space bar to leave duplicates under the cursor. Snapping helps you to correctly place rectangles : Place two rectangles on first row and one on second row (see screenshot).
Select all rectangles, and combine them [path > combine] them.
Draw another rectangle (for ease : with no stroke, a red fill and semi transparent) as on screenshot, using snapping to midlines and cusp nodes. Don't bother, you're nearly there.
Select both paths (the combinaison of black rectangles, the red one atop) and do [Object > Clip > Set Clip] : let's name the result of this clip the "original path"
Clone the original path (see further) and (the clone stays selected) do [Object > Pattern > Object to pattern]
Now you can draw any shape, open fil and stroke dialog, click on Pattern icon and apply pattern this pattern to your shape.
If you need to change pattern stroke size or color, select the original path and make the changes : pattern follows.
I see the problem. Your clones need better parents.
Your parent shape looks like an innocent rectangle, but beneath that deceptive exterior it's a group comprising a white-filled rectangle centered above a larger black-filled rectangle. Both rectangles have zero stroke width. This is obvious when you switch to [View > Display Mode > Outline].
Draw a new rectangle. Open the Fill and Stroke dialog [Object > Fill and Stroke...] or [shift+ctrl+f]. Go to the [Stroke style] tab and set [Width: 0.3] or any value you like. Go to the [Stroke paint] tab and select a suitable colour. Now go back to the Create Tiled Clones dialog and try again.
You now have a perfect running bond on your screen, hopefully, but it's not perfect for engraving. Every adjacent brick results in two overlapping lines at the boundary, which will be double-burned by your laser. You may prefer a different parent yielding single-line boundaries. Perhaps something like these.
You now have a perfect running bond on your screen, hopefully, but it's not perfect for engraving. Every adjacent brick results in two overlapping lines at the boundary, which will be double-burned by your laser
Not if you unlink clones and combine them [Path > Combine] or [Ctrl + shift + K] 😉
An even faster/simplier solution : I'm a little bit old school, and forgot the recent LPE Tiling
To draw a rectangle...., use rectangle tool [r] 😉. Set proper stroke width. Leave it selected
Open Live Path Effects [Path > Paths effects] and choose Tiling : there you just have to set Offset% to 50% and leave selected "Offset alternate Rows" Icon just next : tadaa ! No matter the visual / geometric bounding box choice, both work.
Satisfied ? : do [Path > Object to Path] to "cook" the effect. Stroke width remains editable.
BTW : you may need not just lines but shapes for your burning software : do [Path > Stroke To Path] instead of [Path > Object to Path], then.
As always with inkscape, there are many ways to do
Hallo,
I try to make an brickwall like this picture.
When I try to Create tiled clones see screen
What I want to achieve is for the lines between the rectangles to be
overlap each other so that the line is not double.
I try the X per colom -10% so that the line in the middle
vertical and horizontal are not double. But I get this kind
of results.
Can somebody help me to do this correct.
Thanks in advance.
forgot to post the result
A question : what's your design intended to : used as svg, exported as bitmap, used for a plotter ?
You do not want to further "bend" the brickwall ?
You're nearly there : the thing is the bounding box.
These two options are found in global inkscape preferences > Tools (dont browse further).
When you use tiled clones, the tile size is the bounding box : if you want the strokes to overlap, use geometric box. I used 50 % opacity for better visualization.
Thanks for your reply. But it is still not working. I have changed the seting to geometric but I don't see any
difference. Still double lines.
There seems to be an alternating vertical offset in your clone layout. In the Create Tiled Clones dialog, click the [Reset] button to restore all parameters to default values. Then try the following settings using a single rectangle as the parent shape.
@eew : Follow Paddy_CAD's advice :
Another way to draw the brick wall is to draw a pattern :
Now you can draw any shape, open fil and stroke dialog, click on Pattern icon and apply pattern this pattern to your shape.
If you need to change pattern stroke size or color, select the original path and make the changes : pattern follows.
See also there how to use patterns.
Patterns are ok for bitmaps and svg use, but not for plotter use, as far as I know, hence my question in post 3.
Thanks for the help. But it is still not working double line between
the rectangle.
And indeed I try to draw a brickwall to be used for laser engraving/cutting.
sorry the previous is very small.
OK, lets try another way :
! I hope this works. Not in front of my pc, I didn't test it.
I see the problem. Your clones need better parents.
Your parent shape looks like an innocent rectangle, but beneath that deceptive exterior it's a group comprising a white-filled rectangle centered above a larger black-filled rectangle. Both rectangles have zero stroke width. This is obvious when you switch to [View > Display Mode > Outline].
Draw a new rectangle. Open the Fill and Stroke dialog [Object > Fill and Stroke...] or [shift+ctrl+f]. Go to the [Stroke style] tab and set [Width: 0.3] or any value you like. Go to the [Stroke paint] tab and select a suitable colour. Now go back to the Create Tiled Clones dialog and try again.
You now have a perfect running bond on your screen, hopefully, but it's not perfect for engraving. Every adjacent brick results in two overlapping lines at the boundary, which will be double-burned by your laser. You may prefer a different parent yielding single-line boundaries. Perhaps something like these.
Not if you unlink clones and combine them [Path > Combine] or [Ctrl + shift + K] 😉
An even faster/simplier solution : I'm a little bit old school, and forgot the recent LPE Tiling
BTW : you may need not just lines but shapes for your burning software : do [Path > Stroke To Path] instead of [Path > Object to Path], then.
As always with inkscape, there are many ways to do
Thank you very much for your explanations and help. I have done the Tiling and it works
Again thanks for all the posts and help