sketchucation logo sketchucation
    • Login
    1. Home
    2. DIEGO-RODRIGUEZ
    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 32
    • Posts 250
    • Groups 1

    Topics

    • D

      Idea Update protrude

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      1
      0 Votes
      1 Posts
      216 Views
      No one has replied
    • D

      3p circle and cilinder

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      5
      0 Votes
      5 Posts
      358 Views
      D
      thanks tig. i can draw three-point circle. I meant the possibility of using as a basis for new plugins a http://vrshed.com/sketchlife/ Create a 3Point circle of equal to RotatedRectangle.rb. as shown in the video This is possible? Thanks for your answer and tutorial
    • D

      Sutool 2010

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      1k Views
      D
      No thanks, SUN no I was asking the plugins are SUTool 2010 = plugins organizer thanks for answering
    • D

      [Plugin] ExtractEnts and CombinEnts

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      3
      0 Votes
      3 Posts
      4k Views
      MALAISEM
      Would you post some examples or pictures, in order to know what theses plugins consist in ? Thanks MALAISE
    • D

      One question

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      196 Views
      R
      My mistake then.
    • D

      Questions about plugins

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      9
      0 Votes
      9 Posts
      814 Views
      mitcorbM
      I believe crate.rb, at Ruby Library Depot can provide a way. But it does not work from single line mesh as you show. Lines2tubes will approach this with a 4 side specification, but the cross section may be rotated in the final result to resemble a "diamond".
    • D

      Include and extraction?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      191 Views
      A
      You may try to open the component (double click, or right click menu), select geometry, close component and paste. Or do you mean something more specific?
    • D

      XLine2Line?

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      5
      0 Votes
      5 Posts
      480 Views
      TIGT
      Infinitely extending xlines can't become lines [edges] - they need a start and an end. 'Short' xlines can become lines [edges] as they have a length... Project2 has 'short' options for some xline operations...
    • D

      Combin editor

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      28
      0 Votes
      28 Posts
      2k Views
      CadFatherC
      诞!
    • D

      [Plugin] Edges drive

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      26
      0 Votes
      26 Posts
      22k Views
      H
      @heven7_floor said: @unclex said: I'm Chinese shame that rubbish BBS sound be true , I am try to read through its link, many people can't do anything with this script, as previously with my reckless post , after I unzip that file in SU6 , and try as they claim again, it work !! I apologize and regret for my reckless at previously posted so I just use my dict. and read all words in chinese, so it can translate that right status text is "请选泽一条边线 或者 拖选两条边线后输入尺寸" mean "Please select one edge side line or drag select to both line to input dimension back" and left status text for input first method select is "长度“ mean "Length" and left status text for second method is "距离" mean "Distant for apart to be" sorry for my bad
    • D

      Please can someone check this plugin.NEW VERSION

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      12
      0 Votes
      12 Posts
      466 Views
      TIGT
      Sujikai refers to something that's diagonal, oblique or bracing - e.g. in patterns - like on sword hilts - or perhaps in stud-wall bracing, as it appears here... Exactly what is this script trying to do ? If we knew that, then we could edit out the rogue 'Japanese characters' and see how it might work as hoped...
    • D

      HELP WITH THIS CODE, please?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      5
      0 Votes
      5 Posts
      269 Views
      TIGT
      If you don't use @xxx in front of the variable name it will work - xxx. If you use @xxx the last values you entered are remembered. Don't mix @xxx and $xxx like this - I recommend you stay with @xxx. However, you must assign the @xxx values before the dialog first runs - like this [###=changes] choose=[ "Frente 1", "Frente 2" ] @choose="Frente 1" ### set initial [default] @choose enums=[choose.join("|")] ### you just could use emuns=["Frente 1|Frente 2"] prompts=["TIPO","Ancho","Alto","Espesor"] @a=600.mm if not @a ### set defaults for @a - any changes to @a will be remembered for that session of SUp... @b=709.mm if not @b ### @c=19.mm if not @c ### values=[@choose, @a, @b, @c]### results=inputbox(prompts,values,enums,"Parametros del frente") return nil if not results ### 'nil' @choose,@a,@b,@c=results ### $a >>> @a etc ########### Frente 1 pz=[] pz[0]=[0,0,0] pz[1]=[100.mm,0,0] pz[2]=[100.mm,-@c,0]### pz[3]=[0,-@c,0]### edges=entities.add_curve([0,560.mm,0],[@a,560.mm,0],[@a,560.mm,@b],[0,560.mm,@b],[0,560.mm,0])### a >>> @a etc facez=entities.add_face(pz) facez.followme(edges) ### etc etc
    • 1 / 1