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

    Topics

    • D

      Link an entity to a dynamic component

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      2
      0 Votes
      2 Posts
      110 Views
      TIGT
      You have your DC's definition, so why not use dcdefn.entities.add_cpoint(point) so that then it is part of the DC ??
    • D

      Issues with the onMouseMove method within a Ruby Tool

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      7
      0 Votes
      7 Posts
      435 Views
      TIGT
      Why ask me? You are the one with all of the code... Just test it. You need to call your method self.draw_beam() within the onMouseMove method - probably after you've test for a certain 'state' being reached - e.g. perhaps initially 'draw_beam' doesn't kick in with @state=0, but after you have done some other stuff when you've then set @state=1 - then in the onMouseMove method the line would be self.draw_beam() if @state==1 etc, later on, perhaps after you click again, you'd set @state=2 so then the 'draw_beam' stops...
    • D

      Get an origin point inside a Dynamic Component

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      391 Views
      D
      I tested it and it is actually the good origin point which is returned by the .origin method. I need to call the method for the nested component as I decided another point for the container component's origin. And I will use a for loop to get the right subcomponent (with the right name). Thanks a lot ! Marie
    • D

      Dynamic Component rotation through Ruby code

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      305 Views
      D
      Thank you TIG ! It works perfectly.
    • 1 / 1