💡 LightUp 7.1 | SketchUp's only real-time renderer that uses object-based rendering Download Trial
  • Ruby . - on key now - flags problem

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Extracting values from imported IFC

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Prince IO Sketchup Game Demo

    42
    0 Votes
    42 Posts
    30k Views
    J

    Is there any way to fix this?

  • Searching for a plugin code template

    3
    0 Votes
    3 Posts
    7 Views
    IltisI

    Thank you very much, this is exactly what I'm looking for ! 😄 😄 😄

  • Fix and improve the code

    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • Plugin test version

    10
    0 Votes
    10 Posts
    6 Views
    A

    edit: found the filed for the version......upload worked 😄

    thanx for helping me !!!!

    stan

  • How to generate borderless Windows in macos

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Plugin to identify "Thermal Bridges"

    6
    0 Votes
    6 Posts
    2k Views
    C

    @rossthompson said:

    Hi, I'm afraid not. I wasn't able to find a solution.

    Ross

    OK thanks for the reply.

  • 0 Votes
    1 Posts
    2 Views
    No one has replied
  • [第一财经]快三上岸回本求大师带(驰名商标)

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • [科普盘点]玩大发玩彩导师老师的方法(MBA智库百科)

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • BTG Clothing

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Get coordinates of nested components

    5
    0 Votes
    5 Posts
    3 Views
    Dan RathbunD

    @fredo6 said:

    For instance, if you pick interactively the nested component, the PickHelper will give you the chain of grouponents.

    Expanding upon this use of the PickHelper class ...

    This is using the Sketchup::PickHelper#path_at() method. It returns the instance path from the active entities context (for the given index in the list of pick paths.)

    To get the full path, you will need to add the pick path to the model's active edit path (if it is not nil.)

    edit_path = model.active_path ? model.active_path ; [] full_path = edit_path + pick_path

    Then, you can use a little known method in the InstancePath class to get the transformation ...

    ipath = Sketchup;;InstancePath.new(full_path) trans = ipath.transformation

    See: Sketchup::InstancePath#transformation

  • How to move a group

    2
    0 Votes
    2 Posts
    4 Views
    Dan RathbunD

    @mr_creator said:

    Next I need to move everything to the origin of global coordinates.

    group1 = entities.add_group

    This line of code will create a new group at the origin of entities. If this is the top level model's entities, then this is the global origin. If it is some other component's or group's entities, then it is their local origin.

    @mr_creator said:

    group1.transformation.origin have zero coordinates, but group1 is not at zero.

    This confirms then that group1's origin is at the origin of the active edit context's origin.

  • Solid Inspector² issues

    3
    0 Votes
    3 Posts
    5k Views
    ArckadiaA

    Thanks for your answer a very long time later 😍

    I hadn't passed by for a long time!

  • SEO Professional Services

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Mass rename components

    23
    0 Votes
    23 Posts
    10k Views
    TIGT

    Copy/Paste this code into the Ruby Console to rename all of the model's definitions, with 3 characters off the end of their names - change i=3 to another value as desired...

    m=Sketchup.active_model;m.start_operation('chop defns',true);c=0;m.definitions.each{|d|i=3;n=d.name;(1.times{n=n.chop};d.name=n;c+=1)};puts"#{c} definition-names chopped.";m.commit_operation;

    Or use this code to strip 5 characters off the names' beginnings - again edit i=5 as desired...

    m=Sketchup.active_model;m.start_operation('trim defns',true);c=0;m.definitions.each{|d|i=5;n=d.name;n=n[i..-1];d.name=n;c+=1)};puts"#{c} definition-names trimmed.";m.commit_operation;
  • Justificante de pago Fredo tools (proof of payment)

    2
    0 Votes
    2 Posts
    0 Views
    G

    Hi danield68,

    At our checkout page you need to fill the form with your data you would like to see on the invoice. After completing the checkout within 24 hours you will receive an email with your licence file attached. The licence will be available at your "My Licences" page too ( https://sketchucation.com/webshop/my-licences.php ). From the My Licences page you can download / print your invoice which you can use as a proof of payment.

    In case you need any other type of proof, please connect or support at support[at]sketchucation.com email address.

  • How to Cut Videos and Edit them?

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Hiring Architectural visualizer

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied

Advertisement