sketchucation logo sketchucation
    • Login
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    FredoBend | Powerful new bending tool for SketchUp Download

    Searching for plugin " surface area of selected components"

    Scheduled Pinned Locked Moved Plugins
    3 Posts 2 Posters 368 Views 2 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.
    • M Offline
      mics_54
      last edited by

      I was wondering if there was a plugin to help calculate total surface areas of all selected entities or components.

      1 Reply Last reply Reply Quote 0
      • sdmitchS Offline
        sdmitch
        last edited by

        @mics_54 said:

        I was wondering if there was a plugin to help calculate total surface areas of all selected entities or components.

        unless file_loaded?((__FILE__))
        	UI.add_context_menu_handler do |menu|
        		sel = Sketchup.active_model.selection
        		unless sel.empty?
        			menu.add_separator
        			menu.add_item('Surface Area') {
        				sa = 0.0
        				sel.each{|e|
        				 if e.is_a?(Sketchup;;Face)
        					sa += e.area
        				 elsif e.is_a?(Sketchup;;Group)
        					if e.manifold?
        					 e.entities.grep(Sketchup;;Face){|f|
        						sa += f.area
        					 }
        					end
        				 elsif e.is_a?(Sketchup;;ComponentInstance)
        					if e.manifold?
        					 e.definition.entities.grep(Sketchup;;Face){|f|
        						sa += f.area
        					 }
        					end
        				 end
        				}
        				UI.messagebox "Total Surface Area = " + Sketchup.format_area(sa)
        			}
        		end
        	end
        	file_loaded((__FILE__))
        end
        
        

        Nothing is worthless, it can always be used as a bad example.

        http://sdmitch.blogspot.com/

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

          thanks sdmitch it works great!

          1 Reply Last reply Reply Quote 0

          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 Login
          • 1 / 1
          • First post
            Last post
          Buy SketchPlus
          Buy SUbD
          Buy WrapR
          Buy eBook
          Buy Modelur
          Buy Vertex Tools
          Buy SketchCuisine
          Buy FormFonts

          Advertisement