sketchucation logo sketchucation
    • Login
    1. Home
    2. mtriple
    3. Topics
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 31
    • Groups 1

    Topics

    • mtripleM

      Dividing welded arcs!

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      6
      0 Votes
      6 Posts
      351 Views
      mtripleM
      ohh thank you for the link. when i googled it i found Bezier Curve, that was the mistake. very helpful plugin 'Bezier Spline'. thank you. what i was doing is using 1001bit to redivide by placing guide points, then i use connect guide point plugin.
    • mtripleM

      How to fix non concocted edges?

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      6
      0 Votes
      6 Posts
      310 Views
      mtripleM
      thx for the hunt , i was able to fix 90% of the edges, by dividing the edge by 80 before using curviloft, but i still need to fix the rest of it . im looking for professional and easy way. [image: 8_zps2de94a5a.jpg]
    • mtripleM

      Entity Attribute !?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      9
      0 Votes
      9 Posts
      422 Views
      mtripleM
      thx u all. that was useful ill replay since i do some changes.
    • mtripleM

      Selection !

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      2
      0 Votes
      2 Posts
      241 Views
      A
      The simplest way is to allow the user to select any entities. Just care only about those selected entities that are edges: edges = Sketchup.active_model.selection.grep(Sketchup::Edge) Let's say you now need to be sure there is a minimum of edges: return UI.messagebox("You need to select two or more edges.") if edges.length < 2 The cleanest way would be to implement your own tool class for selecting entities. You would use a PickHelper to get whatever is below the point that the user clicked, and only if it is an edge you would add it to an array or selection (actually you do not really need to add it to the real selection), and then draw/highlight what is selected. Don't do this until you have enough experience. If something does not work, please give complete (and minimal!) examples and say what does not work. All I could say about Sketchup.active_model.selection.each is that it raises an error because it is an iterator method with missing block ("each" is not "edge").
    • mtripleM

      SketchyPhysics3 dev

      Watching Ignoring Scheduled Pinned Locked Moved SketchyPhysics
      14
      0 Votes
      14 Posts
      9k Views
      mtripleM
      this topic is closed due: Anton Synytsia just release : SketchyPhysics 3.3 (Unofficial Release) http://sketchucation.com/forums/viewtopic.php?f=61%26amp;t=58567
    • 1 / 1