ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
  • RoundedCorners and a mirrored toolbar

    Newbie Forum sketchup
    12
    0 Votes
    12 Posts
    4k Views
    H
    Ok, thanks. So I am knocking on wood and wait for some solution...
  • SketchUP!

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    3k Views
    HornOxxH
    ... what a nice introduction ja, welcome to this forum! And only if not yet known - this place here is also a good address for plugins https://sketchucation.com/pluginstore
  • Cutting wood with slope..

    Newbie Forum sketchup
    11
    0 Votes
    11 Posts
    4k Views
    E
    Result: [image: Yd2FkjX.png] Thanks so much!
  • Out of Memory

    Newbie Forum sketchup
    4
    0 Votes
    4 Posts
    3k Views
    L
    @matte said: I'm only running 16 Meg. This machine is fine but a few strange things happen now and then. Not sure if it's too hot from long hours of use. It usually happens late in the day? Hasn't happened for a while. Might also been a "Too Big" file I was playing with a few weeks ago? Matte I assome you mean 16 GB?
  • Holes in a cylinder

    SketchUp Discussions sketchup
    17
    0 Votes
    17 Posts
    2k Views
    S
    Good thing the holes were very small!
  • 0 Votes
    2 Posts
    1k Views
    Dave RD
    Probably a tag usage issue. Make sure you haven't assigned a tag to the edges and that tag isn't turned off. Make sure you are using tags correctly leaving all edges and faces untagged and only tagging objects (groups and components). Also make sure you are leaving Untagged as active. The pencil icon on the far right is always at Untagged.
  • Servo Starting Angle

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    3k Views
    S
    For completeness I can report that I have managed to fix this problem myself, albeit in a rather "brute force" way - so if there's a simpler solution I'd be very interested. Rather than try to measure the property of the servo itself, I obtained the position of the objects it was ultimately linked to using script such as the following for each object - @@pos_mainarm_cylinder = this.get_position(1) @@pos_mainarm_ram = this.get_position(1) Then by computing the distance between the two objects I was able to limit the movement of the servo so as to remain within the correct range. dist = distance(@@pos_mainarm_cylinder, @@pos_mainarm_ram) joy = joystick(:lefty) if ( dist > 1.000 && joy < 0 ) || ( dist < 0.380 && joy >0 ) || (dist < 1.000 && dist > 0.380) @_mainarm = @_mainarm - joy end The limits of 1.00 and 0.38 were from the known dimensions of the objects. The local variable @_mainarm was then used to control the servo. The distance function uses Pythagoras's theory to calculate the distance between the middle of each object. As I say - any simpler ideas? Nonetheless it now works as intended irrespective of the starting position of the servos.
  • Shadows export as opaque gray color

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    2k Views
    Dave RD
    Another option would be to turn off Shadows On Ground. [image: JyZR_Screenshot-2_9_20213_45_09PM.png] [image: gaHd_Screenshot-2_9_20213_45_21PM.png]
  • "<auto>" materials

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    2k Views
    GD3DesignG
    I use Vray and have the same problem....so I reckon its a sketchup thing...? Luckily the Vray asset editor makes it easy to do bulk material deletes. But, it is annoying to keep having all these 'auto' materials being made.
  • 0 Votes
    4 Posts
    2k Views
    A
    Hi, it seems it is not supported in sketchup 2020 and i saw some videos on youtube. I don't think that can help. I have this kind of file : Number | Width | length | height 915462 90 80 50 945126 95 75 60 914594 80 65 50 951554 92 73 61 . . . . . . . . . . . . I would like to be able to automate the creation of these shapes with the creation of a component which will not have the "number" without having each time to create a rectangle with the length and the width then use the push / pull to get the right one height.
  • INCORRECT DIMENSION

    Dynamic Components sketchup
    2
    0 Votes
    2 Posts
    6k Views
    P
    To change the value in the dropdown [image: jsz1_Capture.JPG] [image: p5Ui_Capture2.JPG]
  • Ruby 3

    SketchUp Feature Requests sketchup
    2
    0 Votes
    2 Posts
    9k Views
    Dave RD
    It will probably be incorporated in the next major release. Historically that would typically be the time they'd make that sort of change. As for what they will do, those who know for sure aren't permitted to talk about it. It'll come when it comes.
  • 0 Votes
    2 Posts
    3k Views
    Dave RD
    Are you still using SketchUp 2016 Make as indicated in your profile? This was done in SketchUp Pro with LayOut. [image: R3SL_Screenshot-2_1_202112_50_55PM.png]
  • 0 Votes
    3 Posts
    14k Views
    K
    Thanks, but the Support told me I entered an incorrect email address. They have sent me a license by email for Freedo Corner. I'm waiting for the Clothworks.
  • Stop it opening to Welcome To Sketchup

    SketchUp Discussions sketchup
    12
    0 Votes
    12 Posts
    2k Views
    Dave RD
    I'd start with Customer Support. https://help.sketchup.com/en/contact-support
  • Outliner any API methods to collapse sub groups

    Newbie Forum sketchup
    2
    0 Votes
    2 Posts
    3k Views
    S
    Sorry, there is no interface to the Outliner in the Ruby API (or to other GUI panels, for that matter).
  • Copy and move / rotate at the same time

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    3k Views
    HornOxxH
    Thank you Box for this so fast given and good tip - I'm already testing, since I'm not checking the input parameters right yet It would be great if I could tackle any source geometry at 3 points in order to assign these 3 points to any new target as a copy, possibly supplemented by the option of repeating this operation e.g. 10 times...
  • Increase line size for extrusion

    SketchUp Discussions sketchup
    7
    0 Votes
    7 Posts
    2k Views
    cottyC
    from the description... "Offset both side" Have you watched the video already?
  • 0 Votes
    1 Posts
    4k Views
    No one has replied
  • The best source to find Sketchup components

    Newbie Forum sketchup
    2
    0 Votes
    2 Posts
    3k Views
    G
    TIL (today I learned) Free3D, thanks.