🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now
  • 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
    2 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
    1 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
    1 Views
    No one has replied
  • Hiring Architectural visualizer

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Ruby coder needed. Custom plugin/script

    10
    0 Votes
    10 Posts
    7 Views
    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: zeyu_itsflawless.png]
  • New API doc - typos and questions

    370
    0 Votes
    370 Posts
    256k Views
    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 Votes
    2 Posts
    2 Views
    Rich O BrienR
    Send us a mail support@sketchucation.com
  • How can we determine if a theme developer is trustworthy?

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Alarm for V-ray (SOLVED)

    6
    0 Votes
    6 Posts
    7k Views
    TaxT
    Thanks, its fixed now. You always pro
  • Sketchup SDK C++/C# - Convert dwg to glb (gltf)

    2
    0 Votes
    2 Posts
    2k Views
    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 Votes
    3 Posts
    7k Views
    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 Votes
    3 Posts
    6k Views
    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 Votes
    2 Posts
    503 Views
    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 Votes
    2 Posts
    3k Views
    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 Votes
    1 Posts
    7k Views
    No one has replied
  • Custom Plugin Needed

    1
    0 Votes
    1 Posts
    9k Views
    No one has replied
  • How to replicate change axes

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied

Advertisement