@j.palmeL29YX wrote:
I will post you a solution in the late afternoon.
Hi,
In the above (Post No. 31) posted file "_A CARD (1)-pa2a (v1).dwg" mark the inserted Test-pa block. Now in the properties window set the value for D_emin to 200 and then set the width of one of the three segments (D_hl or D_hm or D_hr) to the value 2770, you will see that the end holes exactly match the 385 apart. So we are on the right track. I have it here only incorrectly on the rivet holes (instead of the weep holes). But this does not change the solution principle.
In the first video I show how to get a geometrically stable model.
Based on your file "Drafting Flow.dwg" (Post No. 32) do this:
- The steps 1 - 6 are ok (even if I don't know why the white lines are extended. But that's no matter for me).
- Create a block definition "test_holes" (or which name you want). (do not include the
circles)
- activate all Constraint Types for AutoConstrain
- command AutoConstrain
- Add a Rotated Dimension (dclinear) 25
- Add the Constraint Parameters (bcparameter) for the horizontal and the vertical dimensions
(D_hor and D_vert)
- Saveas the drawing as "Holes.dwg".
The next video shows how to add the Weep holes.
- Start with "Holes .dwg". (continue from above or open "holes.dwg")
- Add a FIX constraint at the upper left edge (I forgot in the previous video)
- Draw a circle on the weeps layer, diameter 7.5 near the lower left corner.
- in the Parameter Manager add three new parameters:
D_min = 200
n_w=trunc((D_hor-2*D_min)/400)
D_ew=(D_hor-n_w*400)/2
- Array the circle, for number of columns use n_w+1
- Delete the source circle (or set Delobj to a value /= 0 before the array command)
- add two rotated dimensions to get the correct position of the array.
-> Ready
How to draw the Rivet holes is shown above (it is one of several possibilites) . If you
have further questions ask again.
HTH
Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
