[Plugin] SectionCutFace
-
how do i have the permision to see the link?
-
Hi paul,
When logged in (just like when you wrote this post), you should be able to access the download link in the first post. Is there any problem with your login?
-
I know, that actually section plane don't slice the model physically ... and it is not necessary.
It would be interesting to add "island detection mode" to existing section plane tool so we could see virtually filled faces during section plane movements.
Complementar improvement would be the ability to pick onto section plane and ON/OFF virtual fill of picked enclosed area.
Correct look of the sectioned portion of the model could be adjusted this way and after obtaining satisfactory result we could run SectionCutFace command to get correctly filled real section slice.
-
Filled section-planes built in to SUp would be great but like with SectionCutFace it is impossible to get the island detection perfect if you model intersecting volumes... sometimes it will guess wrong and make solid void and vice versa!
I looked at adding an observer to a sectionplane and then updating the SectionCutFace as you change the sectionplane but it was very slow AND buggy! -
@tig said:
Filled section-planes built in to SUp would be great but like with SectionCutFace it is impossible to get the island detection perfect if you model intersecting volumes... sometimes it will guess wrong and make solid void and vice versa!
I looked at adding an observer to a sectionplane and then updating the SectionCutFace as you change the sectionplane but it was very slow AND buggy!You were creating and deleting real filled geometry on fly?
I was thinking about virtual coloured editable mask on the section plane.I am not a programmer and my ruby knowledge is approaching zero, so I don't know, whether it's "doable"
My idea is:
*a) Observer gets data about section plane(SP) position and sectioned geometryb) Island detection algorithm (IDA) analyze this data onfly and compute filled and void areas
c) IDA solution is displayed via some kind of graphical preselection mode - it is projected onto SP like filled contours
e) This preselection filled mode could be interactive - you could pick with cursor on areas filled "wrong" and invert IDA solution at these areas (filled/void). It would keep this inverted solutions in memory when moving SP until change of section cut topology
f) Actual modified/unmodified IDA solution stored in memory would be used for real section cut generation if needed.*
Dynamic interpretation of the model - not dynamic remodelling
-
Well, we will see, what Googles are baking in their secret labs for SU 8
Anyway, your plugin works like a charm TIG. Thanks a lot.
-
I'm running SU Pro7.1 latest version on a Mac 10.6.4 and Section Cut Face is causing SU to crash. Everything seems to be fine, the cut face appears instantly in the model window but then after a few seconds SU hangs and I have to force quit. Any suggestions to help solve this would be welcome. If you need more details I'll try to provide them but I'm having problems typing as I developed a severe vision problem following a stroke a couple of months ago. I'm just trying to get out floor plans from 3 existing models using layout before I stop working altogether.
-
Pat. I have PM'd you about this...
-
Hi, I am using SketchUp 7.1.6 on Snow Leopard. I downloaded the plugin at the top of he page but when I try to drag it into the plugins folder it does nothing and will not appear at all. Can you please provide a possible link so I can get the correct plugin and maybe some info on how to activate it if? I would appreciate any help. Thanks
-
Hi Jonathan,
The plugin (if correctly installed) will register into the context menu of the section plane. Have you tried there?
-
When you say "it won't appear" I assume that you mean you can't see it in the Plugins menu ??? that's because it doesn't appear there
Like several other tools that rely on a specific 'context' to work, SectionCutFace ONLY appears as a right-click [or whatever you do on a MAC] context-menu item, and then ONLY IF you have just ONE Section-Plane selected - then that is the one that'll get the 'faces'.
Also remember that lots of tools can appear in menus other than the Plugins one - e.g. File, Draw, Tools, Camera etc!
As with any Ruby script please read the accompanying posts and guidance notes before using the tool...
Note: you can simply read any .rb file by opening it in a plain-text editor and its guidance text is almost always at the start of the code...
-
Hi to All and really many thanks to you Tig for your great plugins!
....Unfortunately i have the same problem that it happens to PatD:
Over recent years I use this your most important one (for me... ) plugin but often SketchUp goes in crash; In this moment I am on SU8 and SnowLeopard but it happened to me also with 7, etc.
I've noticed that it's able to create the new layer, then adding the face but, after an anomalous consumption of the RAM till to use it all (4gb. .sic), he goes in crash repeatedly, even if I close layers and maintain only the walls and little more.
it is also true that I use it on rather complex and detailed models of architecture (many groups and components and of dimension, from 10mb upβ¦) but...
What I can say if not ..... please, please HELP TIG!
Thanks in advance to you and to this great forum and many salutes from Italy -
Why not use this tricky tip ?
By Bob Pineo
[flash=480,385:3k3htox2]http://www.youtube.com/v/FfGwVwkR7yE?fs=1&hl[/flash:3k3htox2] -
That's more or less what it does - but adds faces, materials layer etc automatically...
-
Hello!!!
I need a help. I canΒ΄t donwload de plug-ins in my pc when they are rb. what i have to do?
-
@monispcaumo said:
Hello!!!
I need a help. I canΒ΄t donwnload de plug-ins in my pc when they are rb. what i have to do?
With ANY script you use Save_as... 'plugin.rb' to your normal download location.
Read the notes in the download's page.
Also read the notes at the start of the script itself - you can open it with Notepad.exe.
Then put move the file[s] to the appropriate folder - in the case of 'SectionCutFace.rb' it's ../Plugins/.
Restart Sketchup for the script to be loaded.I the case of 'SectionCutFace' it only becomes usable when you have just ONE section-plane selected: then it appears in the right-click context-menu... Read the instructions...
-
I can't install SectionCutFace plugin, can you help me please?
-
@crb900 said:
I can't install SectionCutFace plugin, can you help me please?
No much help in your post I suspect you haven't read or understood the instructions...
The .rb file goes into your ../Plugins/ folder.
Let's assume we've sorted that step...
Restart SUp so it loads.
Now you want to run the tool...
Select a SectionCutPlane that you want to 'face'.
Do not include anything else in the selection.
Right-click to get the context-menu.
IF you have just one SectionCutPlane selected then you will get a context-menu option, near the end of the list = 'Add Section Cut Face'.
Pick it and it runs the tool.
A dialog then asks you for various settings, like color etc.
Click on 'OK' and the faced cut is added to the model, grouped, named, colored and layered etc as desired... -
Here's v2.5 http://forums.sketchucation.com/viewtopic.php?p=172583#p172583
'<No_Face>' option added, so you get just lines without faces.
'Lock Cut' option added so you can't accidentally move the group.
A class test replaces typename, optimizing speed. -
Thank you TIG.
Advertisement