sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] Parametric Modeling - v0.0.7 - 03 June 2021

    Scheduled Pinned Locked Moved Plugins
    86 Posts 31 Posters 113.4k Views 31 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P Offline
      patriarch
      last edited by

      Nice useful plugin. There are several questions. Is it possible to add components that exist in the model to an assembly? And is it possible to insert lines and planes, profiles? Can I create components instead of groups? And it would also be nice to have the function of renaming existing groups.

      1 Reply Last reply Reply Quote 0
      • samuel_tS Offline
        samuel_t
        last edited by

        @patriarch said:

        Nice useful plugin.

        I'm glad to hear that πŸ˜„

        @patriarch said:

        Can I create components instead of groups? Is it possible to add components that exist in the model to an assembly?

        You can only do parametric operations on a parametric group but you can copy a regular component that exists in model and paste it as a parametric group. To do so: right click on a component in main SketchUp window and select "Parametric Modeling > Extract Shape From Group Or Component".

        You can also convert a parametric group to a regular group. To do so: right click in void inside Nodes Editor and select "Freeze parametric entities". Then, convert it to a regular component in main SketchUp window.

        @patriarch said:

        And is it possible to insert lines and planes, profiles?

        Yes. Right click on lines in main SketchUp window and select "Parametric Modeling > Extract Shape From Curve Or Edges".

        @patriarch said:

        And it would also be nice to have the function of renaming existing groups.

        You can rename parametric groups inside Nodes Editor. For regular groups, you can use "Outliner".

        1 Reply Last reply Reply Quote 0
        • W Offline
          WhiteShadow
          last edited by

          Link Preview Image
          Need help here, how to do it in SketchUp?

          Discover the magic of the internet at Imgur, a community powered entertainment destination. Lift your spirits with funny jokes, trending memes, entertaining gifs, inspiring stories, viral videos, and so much more from users like electroscientistX.

          favicon

          Imgur (imgur.com)

          I have to make those snake skin like things, any idea how to do it?

          1 Reply Last reply Reply Quote 0
          • M Offline
            Mariotalluto
            last edited by

            Absolutely amazing plugin ! Thanks for make it free

            Looking for some example/tutorial cause i am completly lost. I want to create basic paramtric building (volume + balcony),but can't find the way to do it

            Thanks !

            1 Reply Last reply Reply Quote 0
            • samuel_tS Offline
              samuel_t
              last edited by

              @whiteshadow said:

              Link Preview Image
              Need help here, how to do it in SketchUp?

              Discover the magic of the internet at Imgur, a community powered entertainment destination. Lift your spirits with funny jokes, trending memes, entertaining gifs, inspiring stories, viral videos, and so much more from users like electroscientistX.

              favicon

              Imgur (imgur.com)

              I have to make those snake skin like things, any idea how to do it?

              Sorry for the late reply. It's maybe possible to model this "Snake Skin". Here's an hypothetical plan:

              1. Download Tiling.schema. Make sure downloaded file ends with ".schema", not ".txt".
              2. Open Nodes Editor.
              3. Right click in void to display context menu… Click on "Import schema from a file". Select "Tiling.schema".
              4. Design elementary shape with SketchUp native tools or other plugins. Let's call this shape a "Tile".
              5. Make a "Tile" component. Right click on this component in main SketchUp window. Select "Parametric Modeling > Extract Shape From Group Or Component". "Tile" appears as "Draw shape" in Nodes Editor.
              6. Replace "Draw box" node with "Draw shape" node. Connect "Draw shape" with other nodes.
              7. Use "Copy" node(s) with "X/Y/Z Position" formula(s) to spread "Tile/Draw shape" in 3D space.
              1 Reply Last reply Reply Quote 0
              • samuel_tS Offline
                samuel_t
                last edited by

                @mariotalluto said:

                Absolutely amazing plugin ! Thanks for make it free

                Thanks for your feedback!

                @mariotalluto said:

                Looking for some example/tutorial cause i am completly lost. I want to create basic paramtric building (volume + balcony),but can't find the way to do it

                There are videos available on YouTube but it's more a plugin overview... I recommend you to import examples: Open the Nodes Editor. Right click in void to display context menu… Click on "Import schema from a file". Select a ".schema" file. Study how nodes are filled and connected. There is also a Wiki.

                1 Reply Last reply Reply Quote 0
                • TraupmannT Offline
                  Traupmann
                  last edited by

                  Some of the supplied schemas require particular models for them to be expanded correctly. Can you please provide those models?

                  I have been using Parametric Modeling for a while. I find it very useful in solving some problems. I hope you are continuing the effort.

                  1 Reply Last reply Reply Quote 0
                  • samuel_tS Offline
                    samuel_t
                    last edited by

                    @traupmann said:

                    Some of the supplied schemas require particular models for them to be expanded correctly. Can you please provide those models?

                    When you export a parametric schema, everything visible in the Nodes Editor is stored in the .schema file, even custom shapes (extracted from SketchUp viewport).

                    A parametric schema can be exported from a model then imported in another model, without geometry loss. The only things not embedded in .schema files are materials textures.

                    1 Reply Last reply Reply Quote 0
                    • TraupmannT Offline
                      Traupmann
                      last edited by

                      Perhaps I am doing something wrong. I started with a blank (new) Sketchup model, then use Parametric Modeling to Import a Schema. I get the Schema, but not any structures of any sort in the model space.

                      Here are screenshots of the Decking On Pedestals.schema.

                      1 Reply Last reply Reply Quote 0
                      • samuel_tS Offline
                        samuel_t
                        last edited by

                        @traupmann said:

                        Here are screenshots of the Decking On Pedestals.schema.

                        I don't see your screenshots. Did you forget to attach them?

                        1 Reply Last reply Reply Quote 0
                        • samuel_tS Offline
                          samuel_t
                          last edited by

                          @traupmann said:

                          I started with a blank (new) Sketchup model, then use Parametric Modeling to Import a Schema. I get the Schema, but not any structures of any sort in the model space.

                          Maybe an error is occurring in background. Can you try to:

                          1. Open the Nodes Editor.
                          2. Open the SketchUp console.
                          3. Import a .schema file in the Nodes Editor.
                          4. Execute this code in the SketchUp console:
                          ParametricModeling;;ParametricEntities.redraw
                          
                          1. Report the error here?
                          1 Reply Last reply Reply Quote 0
                          • TraupmannT Offline
                            Traupmann
                            last edited by

                            @unknownuser said:

                            1. Execute this code in the SketchUp console:
                              CODE: SELECT ALL
                              ParametricModeling::ParametricEntities.redraw

                            Excuse my ignorance, but by Sketchup Console do you mean Ruby Console?
                            if so, an error report is in the text file below.

                            I have included the SketchUp file as I attempted to execute it.


                            Ruby Console Error Message.txt


                            SketchUp File.skp

                            1 Reply Last reply Reply Quote 0
                            • samuel_tS Offline
                              samuel_t
                              last edited by

                              @traupmann said:

                              [...] by Sketchup Console do you mean Ruby Console?
                              if so, an error report is in the text file below.

                              Yes, I meant the Ruby Console πŸ˜‰ Thanks for the error log. I suspect a conflict between Layers Organizer and Parametric Modeling plugins. Can you try to:

                              1. Disable temporarily Layers Organizer plugin.
                              2. Restart SketchUp.
                              3. Import again a schema in the Nodes Editor?
                              1 Reply Last reply Reply Quote 0
                              • TraupmannT Offline
                                Traupmann
                                last edited by

                                The disabling of the Layer Organizer worked for all of the provided schemas but two. The files are below.

                                Decking on Pedastals Results.skp
                                Curved Shelf Result.skp

                                Here is a schema I developed
                                Arch.skp

                                Can you advise how to pass schema files?

                                1 Reply Last reply Reply Quote 0
                                • M Offline
                                  manyakteam
                                  last edited by

                                  Hello. This is an amazing tool for me. It has immense potential. I am a lecturer and I teach this plugin to my students, especially. Know it is currently under development, so I think you will consider my suggestions.

                                  All my problems are with nodes πŸ˜„ First, it would be great if they could be locked, grouped, and ungrouped with a right-click option.

                                  The undo and redo shortcuts do not work as I expected. For example, when I accidentally add a box to a crowded node screen, the "ctrl+c" combination does something else instead of removing it.

                                  Especially in complex jobs, nodes get mixed up. To prevent this situation, you can add icons that can be personalized (such as color, geometric shape) on the upper right corners of the nodes.

                                  Finally, if windows run in tabs, you will have done an excellent job of efficiency. My English isn't very good, but I wanted to congratulate you and give you an idea of what I think can be improved. Wish I knew a little bit of coding and could help you. Respects πŸ˜„

                                  1 Reply Last reply Reply Quote 0
                                  • samuel_tS Offline
                                    samuel_t
                                    last edited by

                                    @unknownuser said:

                                    Hello. This is an amazing tool for me. I am a lecturer and I teach this plugin to my students, especially.

                                    Hello. This kind of feedback makes me very happy! πŸ˜„ It's one of the reasons I code and share plugins.

                                    @unknownuser said:

                                    It has immense potential.

                                    A lot of things are not documented. Parametric Modeling plugin Wiki really deserves some love 😳

                                    @unknownuser said:

                                    Know it is currently under development, so I think you will consider my suggestions.

                                    To be honest, the developement of this plugin is in stand-by. I'm busy by other projects. That's said, suggestions are always welcome πŸ˜‰

                                    @unknownuser said:

                                    All my problems are with nodes πŸ˜„ First, it would be great if they could be locked, grouped, and ungrouped with a right-click option.

                                    This sounds not "easy", but a must-have option! I agree.
                                    About organization, one can add "Post-it" nodes. Right-click in void then choose "Add a comment node".

                                    @unknownuser said:

                                    The undo and redo shortcuts do not work as I expected. For example, when I accidentally add a box to a crowded node screen, the "ctrl+c" combination does something else instead of removing it.

                                    Try to press "Escape" to cancel... If it's too late: right-click on the node then choose "Remove this node".

                                    @unknownuser said:

                                    Especially in complex jobs, nodes get mixed up. To prevent this situation, you can add icons that can be personalized (such as color, geometric shape) on the upper right corners of the nodes.

                                    Yes, I could add more visual landmarks. I note your idea.

                                    @unknownuser said:

                                    Finally, if windows run in tabs, you will have done an excellent job of efficiency.

                                    SketchUp HTML Dialog API (used by this plugin) don't support tabs, but I could add tabs inside the plugin's window...

                                    @unknownuser said:

                                    My English isn't very good, but I wanted to congratulate you and give you an idea of what I think can be improved.

                                    Thanks. Where do you come from? I'm curious πŸ˜›

                                    @unknownuser said:

                                    Wish I knew a little bit of coding and could help you.

                                    Parametric Modeling plugin code source is online.

                                    @unknownuser said:

                                    Respects πŸ˜„

                                    Best regards πŸ˜„

                                    1 Reply Last reply Reply Quote 0
                                    • M Offline
                                      manyakteam
                                      last edited by

                                      Hello again.
                                      I am from Turkey and I teach in the field of woodworking industry. I use many different plugins, but "Parametric Modeling" is very convenient especially for cabinet type furniture after creating a library. So, I always tell my students about the power of open source and how they can contribute to it. πŸ‘Š

                                      As I mentioned in the previous comment, excellent results can be achieved if something is added to reduce the clutter in projects with many nodes. I hope you continue to improve. Thank you again for what you do.

                                      1 Reply Last reply Reply Quote 0
                                      • O Offline
                                        OBaker
                                        last edited by

                                        how would you generate the ability to move an item randomly but within a fixed range of value?

                                        1 Reply Last reply Reply Quote 0
                                        • samuel_tS Offline
                                          samuel_t
                                          last edited by

                                          @obaker said:

                                          how would you generate the ability to move an item randomly but within a fixed range of value?

                                          For example, I would input the formula below in the "X Position" field of the "Move" node to translate on X axis an entity between 1 and 5 meters (if the active model uses meters).

                                          rand(1.0, 5.0)
                                          

                                          The "rand" function returns a random number in a range. First argument is the minimum number, second argument is the maximum.

                                          Alternatively, one can use variables instead of hardcoded values if variables are defined in or connected to "Variable ..." fields of the "Move" node. Then the above formula becomes :

                                          rand(a, b)
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • samuel_tS Offline
                                            samuel_t
                                            last edited by

                                            @traupmann said:

                                            The disabling of the Layer Organizer worked for all of the provided schemas but two. The files are below.

                                            Decking on Pedastals Results.skp
                                            Curved Shelf Result.skp

                                            Sorry for the very late reply.
                                            "Decking on Pedastals" appears empty.
                                            "Curved Shelf" appears incomplete.
                                            For both, I don't know why...

                                            @traupmann said:

                                            Here is a schema I developed
                                            Arch.skp

                                            Bravo and thank you for this great schema! I'll include it in the next Parametric Modeling plugin version.

                                            https://i.ibb.co/gTq3rS0/Sketch-Up-Parametric-Arch.gif

                                            @traupmann said:

                                            Can you advise how to pass schema files?

                                            Inside Nodes Editor, right-click in void. Select "Export schema to a file". Share exported .shema file πŸ˜„

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 3 / 5
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement