[Plugin] Guide Tools (1.3.0) — 21 October 2010
-
I have just tested seems there are really 2 CPoints!
Maybe some annoyous
click image if scrool bar!
-
I think Pilou's issue with 'duplicated Cpoints' - i.e. at the same location in 3D space - is if they are used to place Instances later it will duplicate the Instances etc.
When adding the new Cpoints it'd be relatively easy to test to see if there was a Cpoint already there.
First make a collection of Cpoints in the current context [entities] and make an array of the 'position' of each one: then only add the new Cpoint if it's not already there - code-example...there=false cpoint_positions.each{|p|(there=true;break)if p==new_point} entities.add_cpoint(new_point) if not there
You should still add coincident Cpoints if they are in different contexts [entities-sets]...
-
Slightly trimmed variant:
entities.add_cpoint(new_point) unless cpoint_positions.any?{|pt|pt==new_point}
-
In fact that must be 6 points!
1 Center of circle
1 Intersection of lines
4 Intersection Lines CircleHere I have a lot of more
I have made Intersection before launch the plug Edge/edge (V 6)Edit I have found a Process
General Intersection
Hide Circle
Call the Plug Guides Tool - Edge/edge
Show Circle
Select Circle
Call ad Cpoint to Circle
I have my six points
Easy for not numerous circles but for many ?
Ok I can use Selection Toys Circles -
Why do you hide and show the circle?
-
Yes see my edit text
In fact that must be Selection Toys "Arcs"
Hide
because the interections are made beforeProcess must be
Ad CP Circle(s)
General Intersection
Selection Toys "Arcs"
Hide
Add CPoint Edge /Edge
Show Hidden
When Edge / Edge Cpoints are they "Doubled" between 2 segments of a same lines or not? (like my lines above after the intersection)
(at the commune extremities)
Seems not! (I have verified with the outliner)You have just the problem of same arc centers of my previous old post
-
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,
Bob -
@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-
Advertisement