@unknownuser said:
Very powerfull tool, this very very usefully for construction with sketchup, Thanks Tak2hata, your creative brough the good things come to other
@unknownuser said:
Very powerfull tool, this very very usefully for construction with sketchup, Thanks Tak2hata, your creative brough the good things come to other
@dan rathbun said:
I actually have the bridge files installed in a common dir:
%(#000000)[C:\Program Files\Google\TBD\SU_Bridge]
.. and then I put a bridge_ext.rb file in each Plugin dir of the SU versions, that loads the files from the common dir.
That way SUB.EXE is always in the same place, and you do not need to change the path to it within Notepad++ regardless of whatever version of Sketchup is loaded.
[attachment=0:1pazsmqa]<!-- ia0 -->bridge_ext.rb<!-- ia0 -->[/attachment:1pazsmqa]
This is excellent way, and it 's greatness solution ,thanks for your kindly help
@thomthom said:
I split these posts off to a separate thread - just to untangle the conversation.
Thanks very much thom ,you lead me to solving
@unknownuser said:
@heven7_floor said:
I am looking for method to bridge SU8 with notepad++, and I see this article , might I ask anyone that how notepad++ can run code by TBD 's bridge, because I use well as ever in SU7(free) ,but it can't work in SU8(free)
Thank youIs possible, check this post: http://forums.sketchucation.com/viewtopic.php?f=169&t=6903#p137855
thanks dereeei
but I am already use TBD's bridge on SU8 as link by the same method like to SU7, but it 's not happen on SU8 , I doubt which I might missed something that should be adapte from this way to SU8
I am looking for method to bridge SU8 with notepad++, and I see this article , might I ask anyone that how notepad++ can run code by TBD 's bridge, because I use well as ever in SU7(free) ,but it can't work in SU8(free)
Thank you
I have used Notepad++ with TBD 's bridge to learn with ruby plugin, it worked well with SU7 , but after I d/l SU8 and try to setup bridge, I found problem that bridge can't run, I doubt that I missed something or SU8 can't bridge with Notepad++,Please suggest how I can do this..
thanks in advance.
@tig said:
If all of your circles are 'flat' then use
normal=Z_AXIS.clone
and it'll work just fine...
:+1: Thanks for you suggestion TIG, I would try as your comment :smile:
@heven7_floor said:
@tig said:
Line#210
normal=@inputpoints[0].normal
- will give an error as a 'point' doesn't have a 'normal' - that's a 'face'/'arc' method ??Also to tidy things up, replace
@GetPoint
- an instance constant - with@getPoint
- an instance variable...Thom and TIG have tried to help me find any error in code, you both warm me up there :+1: , this help is much to me , btw I can't find this cause :unamused: ,however this fill me persistency :tada: and I must solve this error in finally Thanks very much
After I re-thing about Thom & TIG 's commnet , I decide convert last entity to group, before repeat drawing ,it solve error when I draw new object again to last face , but I still don't know why I can't define method else on new face which close in other face
by the way I thanks you Thom & TIG for suggestion
@tig said:
Line#210
normal=@inputpoints[0].normal
- will give an error as a 'point' doesn't have a 'normal' - that's a 'face'/'arc' method ??Also to tidy things up, replace
@GetPoint
- an instance constant - with@getPoint
- an instance variable...
Thom and TIG have tried to help me find any error in code, you both warm me up there :+1: , this help is much to me , btw I can't find this cause :unamused: ,however this fill me persistency :tada: and I must solve this error in finally
Thanks very much