How to Make My Own Custom Dynamic Component
-
Hi EveryOne,
I am new on Sketchup and want to create my own custom Dynamic component by using ruby. So help me to create DC in sketchup. I just use DC component in sketchup but I don't know how to create and customize it by using the coding.
Thanks
-
There are a number of useful videos on YouTube that will give you the basics. However, once past that, things get more tricky. I have been trying to learn how to make a DC myself this past week. I can achieve something simple (like a window with a single sash), but when you want to start creating multiples of elements, it all gets difficult.
What I would like, but haven't yet found, is good general advice about how to set things up. For example, can you have a complex sub-component that behaves predictably or do you have to break it down into its constituent parts first? I have not been able to control behaviour of complex sub-components but if you have to break them down, navigating the dialog box for attributes becomes a nightmare.
There are some fantastic models available for downloading so someone out there must have worked out how to do it!
-
@simoncbevans said:
navigating the dialog box for attributes becomes a nightmare.
The best way to navigate is to use Out-Liner, one click you are into the deepest sub-Component or group. One click on the file name and you are out, or click any other position.(Moreover right clicking a group or component gives menu sensitive options)
You are always in a clear editing position, however always edit a child's attributes whilst the parent is visible in the attribute dialog, otherwise your geometry is going to lose context and fly around.
Perhaps the best way is to post a model which you would like to be dynamic and the community can give their ideas on how to build it. Then actual build it in step by step here on the forum.
-
@unknownuser said:
my own custom Dynamic component by using ruby.
This is a curious thing
You can make Dynamic Components without using any Ruby or other Language!See this for example Click-Cuisine who is made only with Dynamic Component without ruby!
You have also many tutorials for make Dynamic Components without any languages but in French!
Advertisement