Ruby & sectionplane
-
Hi, i'm just starting in ruby.
I'm making a script that combines automatic sectionmaterials and projected information on the sectionplane (like beams represented by pointed lines in architectural drawings).
Is there a way to activate an existing sectionplane in ruby ?
if @@sel[0].class == Sketchup::SectionPlane
what to do here ????
end
And how activating View/SectionCuts in a ruby ?
-
You have quite quickly discovered a problem with the current API - there are VERY limited methods to access the SectionPlane object...
You can't set/reset the active section by code.
You will have to make some manual connections between active-sections and Scenes... and then perhaps access a scene to activate its section !
You can activate a particular view by making that scene [page] the 'selected_page' undermodel.pages... -
Thanks for the immediate reply.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register LoginAdvertisement