[Plugin] Guide Tools (1.3.0) — 21 October 2010
-
@watkins said:
Dear Thomas,
Could the following be added to the suite of cpoint functions?
To place a construction point at the intersection of three orthogonal planes.
Thanks,
BobShould be straightforward...
Get line of the intersection of two of the planes.
get the intersection of the third plane and the line.
Add a cpoint... -
@ Thomthom
Does it possible to have an option for DWG export?Problem is: Tocad don't import CP POINT !!!
So circle center oe arc circle center info are losted!So a possibility is to replace CPoints by 2 or 3 lines crossed.(3 axis)
(as "component" even Tocad lost the "component" it draw the lines!
And each circle is tranformed in disc by ToCad.So Replace CPoints by crossed lines will be fine for DWG export
Of course the replacement can be made by Selection Cpoint/Put Component at Cpoints.
(problem of mutiple same CPoints must be also resolved) -
Version 1.3.0
CPoint at Camera Eye - Adds a construction point at the Camera eye. -
Great addition Thom! All your work with rubies are very much appreciated!!!
-
Tom,
Thanks! I've been searching for this for a while.Best, Lapx.
-
@unknownuser said:
Drilling Milling[/url] by Menfin (French and English version)
This looks like it would be very handy, but the forum is in French (only) and doesn't allow download without being a member of the forum.
-
Is it possible to add "CPoint at Insertion Point" for groups also?
-
@dedmin said:
Is it possible to add "CPoint at Insertion Point" for groups also?
I'll add it to the list.
-
-
Amazing tools!
Thanks thomthom for your generosity. -
thank you very much.
-
Thank you so much! Amazing Tools as always...
-
Hi Thom-
Just downloaded your Guide Tools and TT Lib2; they seemed to be working fine, then I tried adding CPoints to the circles in the attached file. There's one circle that the tool refuses to work on (top, far right).
The odd thing is that your tool had no trouble adding a CP to the other end of the same hole (see bottom side), and I made the row of holes by drawing one circle on face, move+ x2, then pushed them through...
I tried both selecting the face and then using Guide Tools, and just selecting the circle and using Guide Tools, both with CPoint at Circle Center and CPoint at Arc Center.
Thought you'd want to see it.
SU8 (pro-expired)
MacOS 10.5.8Thanks, -carl-
-
Never mind?
After encountering this problem, the plugin wouldn't install guide points in other files either.
Quit SU, reopened, seems to work fine, even on the file I just posted...
It does seem that SU is less stable since installing Selection Toys and TT Lib1 this morning, but could be the moon -- this is not a report yet.
Sorry! -carl-
-
Very, useful tool... Thanks
-
[quote="carlm"]Hi Thom-
Just downloaded your Guide Tools and TT Lib2; they seemed to be working fine, then I tried adding CPoints to the circles in the attached file. There's one circle that the tool refuses to work on (top, far right).
The odd thing is that your tool had no trouble adding a CP to the other end of the same hole (see bottom side), and I made the row of holes by drawing one circle on face, move+ x2, then pushed them through...
I tried both selecting the face and then using Guide Tools, and just selecting the circle and using Guide Tools, both with CPoint at Circle Center and CPoint at Arc Center.
You want to set the coordinates of the components
-
From that animation I don't see what the problem is. It seem to create CPoint where it should ...
-
Hello Thomthom
I had given your wonderful plug Guide Tools as answer for this questionMaybe you can add an option for give an orientation to the component ? (Insert Components at CPoints)
That will be very useful in a lot of cases! -
@unknownuser said:
Maybe you can add an option for give an orientation to the component ?:
Orientation is defined by the component axis. Or did you mean something else? Image example?
-
Assuming the original component has these axis and keep them
and of course that you make a different selection for each "plan" of Cpoints
(here 3 selections with call of the pluging at each time) the more easy to codeThe input box could be for a selection for the first result:
Insert Components at CPoints with
(No rotation so default parameters = 0°)
Rotate Components on X = 0°
Rotate Components on Y = 0°
Rotate Components on Z = 0°The input box could be for a selection for the second result:
Insert Components at CPoints with
Rotate Components on X = 0°
Rotate Components on Y = 0°
Rotate Components on Z = 270°The input box could be for a selection for the third result:
Insert Components at CPoints with
Rotate Components on X = 0°
Rotate Components on Y = 0°
Rotate Components on Z = 90°Seems useful no ?
Advertisement