Urasik Extensions | Lots of new extensions to check out Learn More
  • 0 Votes
    2 Posts
    6k Views
    TIGT
    Look through my RB scripts and see how this is done in detail... for a simple menu item SUBMENU=UI.menu("Plugins").add_submenu("Haujiet") #Or other menu by name e.g. 'Tools' SUBMENU.add_item("Add..."){Sketchup.active_model.select_tool(Haujiet_Tool.new())} SUBMENU.add_item("Settings..."){Haujiet_Module;;settings()} for a command CMD1=UI;;Command.new("Tool_name"){Haujiet_Module;;some_module_action()} CMD1.tooltip="How_to_use_tool..." CMD1.status_bar_text="How_to_use_tool..." CMD1.small_icon=File.join(FOLDER_path, 'icon.png') CMD1.large_icon=File.join(FOLDER_path, 'icon.png') and for Toolbar TOOLBAR=UI;;Toolbar.new("Haujiet...") TOOLBAR.add_item(CMD1) TOOLBAR.restore if TOOLBAR.get_last_state.abs == 1 #TB_VISIBLE/NEVER for a context menu UI.add_context_menu_handler{|menu| sub = menu.add_submenu("Haujiet...") sub.add_item(CMD1) # perhaps with tests to see if it should show - e.g. the selection is a group? } See here... http://ruby.sketchup.com/UI/Command.html http://ruby.sketchup.com/UI/Toolbar.html
  • Projecting vector linework

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    882 Views
    S
    As Dave R has suggested, using a texture would be the way to go. If you do prefer a vector method then maybe the following might help. Extract or copy the curved face or, at least, copy the curved edge in order to have the new linework sit over the surface correctly. Define the arc centre of the curve. Model a single brick as a component. I used just the face with four sides converging to a single point at the arc centre. Once the model is populated with the brick component the bed & perpendicular joints can be adjusted by scaling the brick face. If you just have an arc edge then add some extra lines so that a face is formed on the ground plane (make it a group). The brick face should lie slightly in front of the wall face or arc line. [image: PG4l_01.jpg] Next, rotate/copy the brick sufficient to give coverage across the wall width with some overlap. Group this first course and then copy it upwards to form the second course. Rotate to give the staggered joints. [image: pFou_02.jpg] Now group the first and second courses together and copy upwards to give vertical coverage to the wall. Place all of the bricks into one further group. [image: ThQH_03.jpg] Push-pull the wall ground plane up to the top edge height needed to form a vertical face if you did not extract this from the model already. [image: ux2H_04.jpg] Select the brick group and the wall group. Run 'Intersect with selected'. When done, hide the bricks and the wall groups. You should now have just the intersected linework to represent the bricks in the curved wall. Select and group this linework and fit into the main model. [image: bWC0_05.jpg] A bit long winded I know but an enjoyable afternoon diversion. I used only native SU tools.
  • Extension RoundCorner Issues. Please Help

    Newbie Forum sketchup
    16
    0 Votes
    16 Posts
    3k Views
    L
    I am excited to see so many happy people using this extension. From what I have seen RoundCorner looks easy to use with amazing results... So far my experience has been the opposite. What I've read and researched so far is my issue is because I have a Mac that runs the latest Catalina OS and that my system is cap-sensitive. My issue cannot be isolated... I am one of countless users that operate on Macs and use SketchUp professionally. I urge @Fredo6 and/or someone with association to seriously look into this and offer a*'simple'*work around. Not everyone out there is an IT tech or a computer wizard to install back end code for an extension (Perhaps a PC or Mac extension option?). Anyhow, perhaps I'm still missing something. I still have hope and still look forward in using this extension in the future. Thank you for everyone who have listened and chimed in. Your efforts were much appreciated and I'm sure I'll be reaching out again for advice on something else in the future -Chet
  • 0 Votes
    10 Posts
    3k Views
    fionmacoolF
    Hey LeCorb here with exciting update to the Construction Documents book. These are in fast mode but are great for speeding through the process to stop and view each step. Enjoy! And let me know what you think... I've posted 6 videos here: VIDEO COLLECTION: https://viewsion.ie/#videos https://youtu.be/3irspXmgvXc https://youtu.be/Z0hVQhYizn0 https://youtu.be/BJCTOMqS8iI https://youtu.be/sCr79K_YDuM https://youtu.be/i9GIK04B5h8 https://youtu.be/Rs0kmFp8vfs
  • Hide command problem

    Newbie Forum sketchup
    2
    0 Votes
    2 Posts
    1k Views
    Dave RD
    If your profile is correct and you are using SketchUp 2019, it's because you have Hidden Geometry turned on in the View menu. In SU2020, it could be Hidden Objects instead. In either case, deselect the appropriate item in the View menu. Note: Moved from the Bugs category because this is not a bug in SketchUp. BTW, your profile says you are using SketchUp 2019 Free/Make which doesn't exist. What version are you really using. Please update your profile as that information is helpful to others when you ask for assistance. Thanks.
  • Changes to Outliner in SU 2020

    SketchUp Discussions sketchup
    6
    0 Votes
    6 Posts
    1k Views
    utilerU
    Of course....
  • Lock doesn't lock

    SketchUp Bug Reporting sketchup
    9
    0 Votes
    9 Posts
    7k Views
    TIGT
    Unfortunately we here are like you, with no direct knowledge of the dev-team's work. It appears that it's a longstanding issue, but there is now an official bug-report lodged... Although I just checked up on it and no one from the dev-team has looked at it yet, and there's another report about something else ahead of it in the queue too ! So I don't expect an announcement of a fix anytime soon...
  • Extra geometry is driving me crazy

    Newbie Forum sketchup
    4
    0 Votes
    4 Posts
    3k Views
    P
    Layers??? Wow, where did all this stuff come from?? Easy to erase - thanks for the superfast answers. Made the rest of my day a lot easier. Pico
  • Msphysics buoyancy.

    Newbie Forum sketchup
    4
    0 Votes
    4 Posts
    2k Views
    F
    Should MSPhysics simulate a wheel floating flat in the water or a kind of rubber tire on the road? The behavior of bodies under MSPhysics buoyancy depends, in addition to material and density, very much on their size, shape and position to the surface. The tire is a bit more complicated anyway, because here the concave shape has to be put together from individual segments. Posting a model would be helpful to help ...
  • 0 Votes
    6 Posts
    2k Views
    pbacotP
    The move and rotate in native SketchUp has always felt normal to me, coming from my CAD experience. It's the gizmos I had to get used to. I mostly use snap to locations on the model to move and rotate things. Manipulating a gizmo is another step in most cases. Objects sticking to objects is how SketchUp works. Vertex Tools is one plugin that takes advantage of that.
  • Cateripllar with Fredo6 animator

    Newbie Forum sketchup
    7
    0 Votes
    7 Posts
    2k Views
    D
    @faust07 said: This is the world of MSPhysics … Sorry, but there are a mass of examples for caterpillar. Dear faust07! Yes I know, thats usual a MS Physics topic. However Ms Physics uses motor operated driving rollers to move the chain. This I don't need (like any other physics) . also I am not sure whether animations created by MSPhysics can be combined with Fredo6-Animator. Does anybody know this? rgds DWH
  • Cross-hair display for the viewport

    SketchUp Discussions sketchup
    7
    0 Votes
    7 Posts
    1k Views
    G
    @dave r said: I'm interested in how this will be useful for you. This was going to be my question. Why?
  • Updating Fredo6 Round Corners fails

    SketchUp Discussions sketchup
    10
    0 Votes
    10 Posts
    8k Views
    TIGT
    You need to install the latest version of the SketchUcation Toolset [from the PluginStore/ExtensionStore³] - then restart SketchUp to ensure everything syncs... The SketchUcation Toolset [>=v4.2.5] will add the latest licensing system... Also ensure that you have the latest version of the Fredo Lib installed...
  • Follow Fail with Circles Issue

    Newbie Forum sketchup
    6
    0 Votes
    6 Posts
    3k Views
    BoxB
    There are many that could explain the finer mathematics of the situation far better than I. But just try this on your model. [image: pHNo_Trythis.gif]
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    734 Views
    No one has replied
  • 0 Votes
    9 Posts
    8k Views
    sfto1S
    @markchandler said: We've reproduced this with 2019 and 2020 and are opening a bug. Thank you for looking into this. It's caused me some grief
  • 0 Votes
    5 Posts
    850 Views
    T
    Materials are visible as thumbnails in Windows Explorer by default. I'm on Windows10 with SketchUp-2018. Try to repair SketchUp installation.
  • 0 Votes
    1 Posts
    657 Views
    No one has replied
  • Killing AutoCAD Using SketchUp?

    SketchUp Tutorials sketchup
    1
    0 Votes
    1 Posts
    6k Views
    No one has replied