@jorge2011 said:
thanks for the update. But still generates the same error, when using the tool "tube":
Error: #<ArgumentError: Not enough edges - at least 3 required>
C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:569:in add_face' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:569:in
cp_create_pipe_geometry'
C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/PipeTool.rb:110:in `onLButtonDown'
C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:247
you can fix it?
I use:
windows xp in Spanish
sketchup 8 pro in Spanish
hmm ...
very strange ...
I was not able to repeat that mistake, I can recommend:
Line number 569 is:
face = entities.add_face circle
Try replacing the line number 557:
circle = entities.add_circle pt1, vecbegin, radius, numsegs
on the line
circle = entities.add_circle pt1, vecbegin, radius, 24
or if not, then the line
circle = entities.add_circle pt1, vecbegin, radius
language is not involved, but rather a problem of API in your version of SketchUP, although the design:
circle = entities.add_circle
works with the version of SketchUp 6.0+, can you have an earlier version, not 8.0 PRO? in a previous version of the plug CoolPipe 1.2.0 you have the same problem was, nobody else it is not repeated