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

    Anyone know how to move a section plane in set increments?

    Scheduled Pinned Locked Moved SketchUp Discussions
    sketchup
    6 Posts 4 Posters 293 Views 4 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.
    • I Offline
      ianfotheringham
      last edited by

      Hey there - bit of a newb here, but familiar with 3d modelling....

      so i want to make a 3d cardboard sculpture of a 3d person found in the warehouse....the model will be made my creating a section plane, (plane parallel to the ground) and moving it up in 1/8" increments (thickness of cardboard) until i reach the head. Each increment will be displayed via data projector onto successive sheets of cardboard, traced, and cut out then glued to the previous.....going to be tedious, but the first step is to set/control the movement of the section cut plane.....HELP!

      1 Reply Last reply Reply Quote 0
      • cottyC Offline
        cotty
        last edited by

        This plugin may be helpful... Slicer by TIG

        my SketchUp gallery

        1 Reply Last reply Reply Quote 0
        • I Offline
          ianfotheringham
          last edited by

          thanks for the suggestion.........dl'd and installed - only to find out that the object i have chosen (tried others as well) can not be sliced with Slicer as it is not a manifold solid....thoughts?

          1 Reply Last reply Reply Quote 0
          • Dan RathbunD Offline
            Dan Rathbun
            last edited by

            Also Andrew's Vozelize plugin may give you ideas.


            EDIT: I went of into Ruby scripting from here on out. If you need to do repetitive tasks, scripting is the way. If your not ready.. then yes you'll need to use someone else's script. If it does not work exactly the way you need, you ask the author to modify it (or someone else if they have time.)

            Answer: Yes. You can move the SectionPlane up in increments using a Geom::Transformation instance.
            Also, since your using the SectionPlane "as a tool" you do not need to have it's movements recorded on the undo stack, so use the move!() method.

            Assume secplane is a handle on your SectionPlane instance, and model a handle on the active model.

            vec_eighth_up = Geom::Vector3d.new( 0, 0, 0.125.inch ) one_eighth_up = Geom::Transformation.new( vec_eighth_up ) spgroup = model.active_entities.add_group(secplane)

            Then each time you wish to move the plane ...

            spgroup.move!(one_eighth_up)

            Create your cutout and repeat the move until done.

            💭


            ADD: Further discussion on scripting this task should be moved to the Developers' forum.

            I'm not here much anymore.

            1 Reply Last reply Reply Quote 0
            • Jean LemireJ Offline
              Jean Lemire
              last edited by

              Hi folks.

              See this SU file for ideas.


              Serie of planes to cut slices of a model.skp

              Jean (Johnny) Lemire from Repentigny, Quebec, Canada.

              1 Reply Last reply Reply Quote 0
              • Dan RathbunD Offline
                Dan Rathbun
                last edited by

                Yea.. I looked at TIG's slicer plugin, and that is exactly what he needs.

                ☀

                Whoopsie! Only manifold solids? hmmmm...

                Then a new script will need to be written, or TIG will need to modify that one. Sorry.

                😳

                I'm not here much anymore.

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

                Advertisement