💡 LightUp 7.1 | SketchUp's only real-time renderer that uses object-based rendering Download Trial
  • C++/C# Developer in Thea Team

    3
    0 Votes
    3 Posts
    6k Views
    T

    Hi Andrew,

    As described in the Linked-In post, please send your resume in Hellenic (at) altair.com.

    Cheers
    Tomasz

  • Right-click causes 'bong' error sound on mac

    26
    0 Votes
    26 Posts
    20k Views
    S

    I uninstall House Builder Plugin and a all good now 😄

  • SketchUcation site often unresponsive

    4
    0 Votes
    4 Posts
    7k Views
    E

    Thank you, TIG.
    At the moment it works smoothly. But chances are high that tomorrow it will slow down again.

  • "MAJ Door" Extension

    4
    0 Votes
    4 Posts
    6k Views
    M

    Hi,

    Two types of doors are added to the new version (V1.0.2). These types are the front door and will be matched to Finishing Tag. These types only ope from the indoor side. You can watch its video from the following address.
    https://www.youtube.com/watch?v=-K5LFfu3JO4
    You can download it from the following address.
    https://sketchucation.com/plugin/2402-maj_door

    Best regards

    Front Doors

  • Deleting all hidden geometry

    18
    0 Votes
    18 Posts
    17k Views
    J

    Hello to all,

    12 years later... Sorry.

    I am working on model with a lot of DCs, and the .csv export of "attrreporter.rb" takes several time.

    The TomTom's solution "model.save" maybe can hepl me.

    Does Someone keep it safe?

    Thank you for your answers.

    Julien

  • MAJ Window

    3
    0 Votes
    3 Posts
    5k Views
    M

    @pbacot said:

    Thank you!

    May I suggest a protocol: To be able to set a default to the TOP of the window. It is more common that the tops of windows will be the same height. Then one can complete windows in a building without adjusting the setting.

    I would also suggest for the size: keyboard input or tool continues to put the size of the last window that you used. Because simply clicking is inaccurate and because you often insert identical windows

    I agree with you that windows should be at the same height but also I will have MAJ Door extension and for doors size from the bottom of the wall is important. I wish to have the same standard for both extensions.

    Your other suggestion will have some advantages and some disadvantages. Also, it is possible to have one more click and select the height of the window. Also, I wish to keep the simplicity of extensions. Let me think more about it. I hope to hear more suggestions.

  • New Membership

    7
    0 Votes
    7 Posts
    8k Views
    G

    @majid866 said:

    ... you never answer them ....

    Hi Majid,

    Well, sometimes I do! E.g.: now I have answered 😄

    Sorry for the delay.

  • MAJ Stair Plugin

    17
    0 Votes
    17 Posts
    15k Views
    D

    @majid866 said:

    @dtroyuf said:

    @majid866 said:

    @dtroyuf said:

    Hi, I am enjoying the Maj Stair Plugin, but I the 'X' button for breakpoints is not working with your plugin. I am working on a MAC, OS Big Sur and I am using SU2020. Have you noticed this issue before on Mac's? Or is there a way to resolve this issue. Again, I really enjoy your plugin, but not being able to make breakpoints is frustrating. Thank you! -David

    Dear friend,
    Please forgive me to answer you late. I solved this problem in version 0.0.3 and it is in the queue. I will inform you whenever the new version published.

    Thank you for the response back. I look forward to using the updated version!!

    -david

    Hi, "MAJ Stair" version 0.0.3 is published now. I wish you will enjoy it.

    I just tried it out, and it works great on a Mac!! Thank you for making that update, I really appreciate it!!

    -David

  • "MAJ Rail" Extension

    4
    0 Votes
    4 Posts
    5k Views
    jujuJ

    @hornoxx said:

    @majid866 said:

    ...MAJ Rail Version 0.0.2 is published. Please let me know your idea about it.
    Thanks for this plugin idea and Info 👍 - where is it? I cant find it here in https://sketchucation.com/pluginstore

    Extension Warehouse.

  • Section plane in page

    3
    0 Votes
    3 Posts
    5k Views
    artmusicstudioA

    @tig said:

    A page does not 'have' the active_section_plane.
    That belongs to the model.active_entities as .active_section_plane
    So you do need to make the page [scene] in question model.pages.selected_page= and then check the active section-plane details in the model.active_entities ...

    HI TIG,

    yes, thanx a lot, i am at this point, too, i think,
    and i could iterate thru all pages (make the active one after another), with view.refresh off, maybe,

    i just was hoping, that there is a hidden property for an active section.

    so the conclusion is:

    the page (scene) stores the active section - but there is no way to retrieve it directly by api at the moment 😄

    thanx a lot again 😄
    stan

  • Moving a curved face/surface

    2
    0 Votes
    2 Posts
    5k Views
    F

    Found this post which helped me find the solution...
    https://forums.sketchup.com/t/transform-a-model-vertex-by-vertex/38771/7

    Here's the code I'm using with some notes... if something can be improved or changed please let me know? I can also add the code to iterate the faces if needed?

    Basically you need the vertices of all the faces you want to move and each vertex needs a cooresponding vector to be moved to. That way you can pass the 2 arrays to

    transform_by_vectors(vertices, vectors)

    . Andif you're using sub components like I am, make sure you're in the correct entities context (not sure I'm using all the proper terminology here) oe else you get a mess as a result.

    Like Tig explained in the post I shared...

    @unknownuser said:

    ... if every vector has a separate vector-transformation you need to pass two full arrays - in one go!

    vectors=[] //array of position to move vertices vertices=[] //array of face vertices from the individual faces that make up the surface vertices.flatten! //in my case I need to flatten the array vertices.uniq! //make sure there are no duplicate vertex vertices.each{|vector| position=vector.position.clone position.x +=distance vectors.push vector.position.vector_to(position) } component_entity.transform_by_vectors(vertices, vectors)

    Hopefully this helps others out because it wasn't easy to find or understand... but it works!

  • [Plugin] MAJ Wall Maker

    4
    0 Votes
    4 Posts
    5k Views
    srxS

    @majid866 said:

    @srx said:

    Hello. Thank you for giving your plugin for free. It could be vary useful. My first notice is that I could not make a wall with external layer thicker than 10cm. Why this limit?

    Hi, General idea is make a wall simply and close to real. I never see a wall with finishing layer more than 10CM. Also some other plugins will come after this one that will use it and I need to consider some limitation for future. You can draw 2 walls and change layer on one to "Finishing" for solution.
    Best regards

    😎 Lucky you. It is ☀ at your place.

  • Polyhedron plugin for review

    4
    0 Votes
    4 Posts
    4k Views
    BoxB

    Ok, I'll uninstall and move on.

  • [Plugin] MAJ Door-Window Cutter

    2
    0 Votes
    2 Posts
    5k Views
    D

    Others are publishing the plugins in the plugins topic... 😉
    https://sketchucation.com/forums/viewforum.php?f=323

  • REQUEST: Comp & groups tranform dialog box

    5
  • Namespace in Multiple .rb Files

    5
    0 Votes
    5 Posts
    5k Views
    B

    @pixero said:

    If you temporarily comment out the line: unless file_loaded?(FILE) you can run the script again without restarting SU but you will get a new plugin menu entry for every time you run it.

    I had been loading the script from the console, then created a menu entry to do just that (from your How to Debug thread), but naively assumed it would reload any required files. Added another menu entry for the file in question and all is good...

  • Spiral algorithms

    2
    0 Votes
    2 Posts
    6k Views
    pilouP

    Some helix here : http://www.drawmetal.com

  • Inverse Selection - where is it?

    32
    0 Votes
    32 Posts
    41k Views
    T

    And 10 thousand years later... thank you, TIG!!

    It seems so unbeliavable that this feature wasn't available native until recently...

  • Delete and update add_note don't work

    6
    0 Votes
    6 Posts
    6k Views
    Dan RathbunD

    Just tested Sketchup::Text#set_text on SU2020 and it (as Dezmo says) does not display the change until the view is redrawn. So Sketchup.active_model.active_view.invalidate is necessary to see the change.

    I'll open a documentation issue for this "quirk".

  • Wrong distance and position of exploded dynamic component

    2
    0 Votes
    2 Posts
    4k Views
    Dan RathbunD

    The result looks good.

    What were you expecting to be different ?

Advertisement