⚠️ Update | Sketchucation Tools 5.0.8 released with licensing improvements and bugfixes Download

Alkategóriák

  • No decscription available

    20 Témakörök
    462 Hozzászólások
    HornOxxH
    @pilou said: More appetizing in chocolate! Eggs are good as well - but only very fragile when falling down in SketchyPhysics
  • Mass rename components

    23
    0 Szavazatok
    23 Hozzászólások
    13k Megtekintések
    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 Szavazatok
    2 Hozzászólások
    243 Megtekintések
    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 Szavazatok
    1 Hozzászólások
    94 Megtekintések
    Nem érkezett válasz
  • Hiring Architectural visualizer

    1
    0 Szavazatok
    1 Hozzászólások
    81 Megtekintések
    Nem érkezett válasz
  • Ruby coder needed. Custom plugin/script

    10
    0 Szavazatok
    10 Hozzászólások
    941 Megtekintések
    P
    Wow. Works flawlessly. Tested on different scenarios with different hierarchy and nested objects. Also - as expected - everything is 'taggable' in Layout. Thank You very much. [image: works flawlessly]
  • New API doc - typos and questions

    370
    0 Szavazatok
    370 Hozzászólások
    355k Megtekintések
    T
    Yeah! really great information about documentation about API . Thank You so much i will be helpful for me
  • Ive been billed 2 copies of fredo

    2
    0 Szavazatok
    2 Hozzászólások
    240 Megtekintések
    Rich O BrienR
    Send us a mail support@sketchucation.com
  • How can we determine if a theme developer is trustworthy?

    1
    0 Szavazatok
    1 Hozzászólások
    104 Megtekintések
    Nem érkezett válasz
  • Alarm for V-ray (SOLVED)

    6
    0 Szavazatok
    6 Hozzászólások
    7k Megtekintések
    TaxT
    Thanks, its fixed now. You always pro
  • Sketchup SDK C++/C# - Convert dwg to glb (gltf)

    2
    0 Szavazatok
    2 Hozzászólások
    3k Megtekintések
    G
    @dunglh said: I have a dwg file. i have a dwg file. I want to use sketchup sdk (c++/c#) to import and convert it to glb (gltf). Is there a way to convert? Thanks! SketchUp SDK is for reading / writing skp files. For reading a dwg file you would need e.g.: AutoDesks's RealDwg SDK ( https://www.autodesk.com/developer-network/platform-technologies/realdwg ) and for writing gltf, you need something like Microsoft's gltf SDK ( https://github.com/microsoft/glTF-SDK )
  • How does Sketchup assign persistent ids?

    3
    0 Szavazatok
    3 Hozzászólások
    8k Megtekintések
    G
    Sketchup assigns persistent IDs by giving each object a unique identifier that does not change when the object is modified.
  • How to set color for DIMENSION_TEXT

    3
    0 Szavazatok
    3 Hozzászólások
    7k Megtekintések
    S
    In the tree view on the left, select the base dimension style and click Edit. Click the Text tab. In the Text Color list, select a color for the text.
  • Adding new fonts in SU2017 Make

    2
    0 Szavazatok
    2 Hozzászólások
    888 Megtekintések
    TIGT
    SketchUp uses the Windows/Fonts ttf font so install them there and restart SketchUp to see them listed ??
  • Copy group into a different parent

    2
    0 Szavazatok
    2 Hozzászólások
    3k Megtekintések
    TIGT
    You have a reference to the entities of parent1. From which you can get the reference to the group. From that you can get it definition - group.definition You have a reference to parent2, and thus its entities Simply add the group's definition into that, retaining its transformation... Assuming parent2 is a definition... parent2.entities.add(group.definition, group.transformation) However, if parent2 is an instance use parent2.definition.entities.add(group.definition, group.transformation)
  • Working with ifc-attributes

    1
    0 Szavazatok
    1 Hozzászólások
    7k Megtekintések
    Nem érkezett válasz
  • Custom Plugin Needed

    1
    0 Szavazatok
    1 Hozzászólások
    9k Megtekintések
    Nem érkezett válasz
  • How to replicate change axes

    1
    0 Szavazatok
    1 Hozzászólások
    3k Megtekintések
    Nem érkezett válasz
  • MACOS problem with ANY C++ GUI Window

    1
    0 Szavazatok
    1 Hozzászólások
    12k Megtekintések
    Nem érkezett válasz
  • Labelling Plugin - SU2021

    1
    0 Szavazatok
    1 Hozzászólások
    5k Megtekintések
    Nem érkezett válasz
  • CodinGame : only for coders! :)

    1
    0 Szavazatok
    1 Hozzászólások
    10k Megtekintések
    Nem érkezett válasz

Advertisement