sketchucation logo sketchucation
    • Login
    1. Home
    2. driven
    3. Posts
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 43
    • Posts 2,966
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Weird Intersecting Happenings

      I thought that was the point of having 'Create Group from Slice'...

      then explode to get the edges in context...

      slice.gif

      john

      posted in SketchUp Discussions
      D
      driven
    • RE: Sketchfab Uploader Error

      it is an SU message, so... have you restarted SU between failures?

      john

      posted in Extensions & Applications Discussions
      D
      driven
    • RE: Importing without Layers

      sorry I wasn't clear...

      what I was suggesting is you save the base geometry as a new separate component...

      in the topo model it will still have layers, but not in the component...

      you would need two components if water and land are separate entities...

      if you upload a simple example we would understand your goal better...

      john

      posted in Newbie Forum
      D
      driven
    • RE: Importing without Layers

      Save the 'Topographical' group in the 'Topographical' model as a separate component...

      import the model into the 'Combined' file, then Right Click >> Reload whenever you need...

      john

      posted in Newbie Forum
      D
      driven
    • RE: Can you substitute profile faces in existing follow me objec

      if the path is away from the end result, it is easier to reselect...

      followme.gif

      john

      posted in SketchUp Discussions
      D
      driven
    • RE: UNKNOWN FONT

      sorry, I don't have Acrobat installed...

      the guy who 'fixed' your file earlier in this thread saved it using Acrobat Distiller 11.0 (Windows) as v1.5...

      there are on-line and downloadable pdf convertors...

      john

      posted in Newbie Forum
      D
      driven
    • RE: UNKNOWN FONT

      All I did was opened and saved on my mac...

      the only real difference is OS X 'shows' the 'lowest' pdf version number 'needed' to open but your file shows the pdf version as being v1.7...

      Corel must prefer the v1.4 tag as the contents is identical...

      john

      posted in Newbie Forum
      D
      driven
    • RE: UNKNOWN FONT

      does this version of your pdf open in Corel?

      Test_026.pdf.pdf

      john

      posted in Newbie Forum
      D
      driven
    • RE: How to create a hole in a surface?

      @tomato said:

      ... each Recessed Light..

      whenever you have more than one of anything, you should just make a component and place the copies...

      they can even have 'cuts opening' set on them to save your that issue...

      john

      posted in Developers' Forum
      D
      driven
    • RE: A ruby code to display dynamic component

      to get a component, you need to use

      class MyModelObserver < Sketchup;;ModelObserver
        def onPlaceComponent(instance)
         # check it's a DC in here. then trigger the dialog with a win32 call
        end
      end
      

      but it needs so many other checks as well...

      john

      posted in Developers' Forum
      D
      driven
    • RE: A ruby code to display dynamic component

      you need an App Observer that starts a Model Observer that contains an Components Observer that checks for Dynamic Attributes so you can then use a Sketchup.send_action)__if one exists...

      probably easier to set a shortcut key...

      john

      posted in Developers' Forum
      D
      driven
    • RE: How to create a hole in a surface?

      is this what you mean?

      draw a cube, select any face, run this code...

        
            mod  = Sketchup.active_model
            ents = mod.active_entities
            sel  = mod.selection
            face = sel.grep(Sketchup;;Face)[0]
            cent = face.bounds.center
            norm = face.normal
            dia  = 10
            segs = 24
           
            
            ents.add_circle(cent, norm, dia, segs)
            
            sel.clear
            sel.add(ents.to_a.last)
            sel[0].erase!
      

      john

      posted in Developers' Forum
      D
      driven
    • RE: [Plugin] Angular Dimension 2

      cotty, do you use a coma as your decimal separator?

      john

      posted in Plugins
      D
      driven
    • RE: GROUP NAMES APPEAR AT CAD ORIGIN

      @unknownuser said:

      ...At the end of you skp session, just save-as your current version.

      a ordinary 'Save' will automatically save it to your current version...

      john

      posted in SketchUp Discussions
      D
      driven
    • RE: View.write_image shows dotted line border

      your width and height aren't square...

      @rami_lpm said:

      ...I've tried changing image size, aspect ratio, format, and setting view.line_width to 0...

      Error: #<NoMethodError: undefined methodline_width' for #Sketchup::View:0x007f91557a6190>`

      but changing the aspect ratio has an even worse effect on a mac in SU v17...

      the black bars it creates completely corrupt the export...

      john

      posted in Developers' Forum
      D
      driven
    • RE: Sketchup importing properly with textures:

      the geometry [1.4 million entities] comes in at 154MB using jf_mesh_importer...

      you can then split it up and mirror bits to reduce further and re-paint with the two materials it seems to be using...

      I imported the FBX as others failed...

      john

      posted in SketchUp Discussions
      D
      driven
    • RE: Adding layers to extension

      I'd suggest not yelling your Layer names...
      e.g.
      Roof_Truss
      Roof_Framing
      Roof_Sheathing
      Roof_Trim

      Floor_Truss
      Floor_Framing
      Floor_Sheathing

      to me it's polite and looks more professional...

      john

      posted in Developers' Forum
      D
      driven
    • RE: Minor issue: Skp files not always in Recent Files list...

      I get this happening on my mac because I run SU on a 2nd 'screen'...

      maybe it's something similar?

      john

      posted in SketchUp Discussions
      D
      driven
    • RE: Kernel.system asynchronous on OSX?

      it's very hard to ascertain your code's logic from your description...

      can you post a 'working/failing' example...

      system calls work great on osx, but I normally use backticks `` or %x variants...

      john

      posted in Developers' Forum
      D
      driven
    • RE: Disable popup notification

      I thought that should work...

      you can turn them off per app on a mac but I don't get them anyway...

      john

      posted in SketchUp Discussions
      D
      driven
    • 1 / 1