sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    To space or not to space ".add_circle[@entity[0]...."

    Scheduled Pinned Locked Moved Developers' Forum
    3 Posts 2 Posters 205 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • honoluludesktopH Offline
      honoluludesktop
      last edited by

      Why would no space as below between .add_circle[@entity[0].... error:

      group = @master_group.entities.add_circle[@entity[0], @entity[1], @entity[2]], @vector3, @entity[3]

      ,but be OK with space between .add_circle[@entity [0].... as below:

      group = @master_group.entities.add_circle [@entity[0], @entity[1], @entity[2]], @vector3, @entity[3]?

      temp08.jpg
      Yet, isn't .add_face([@entity[0]..... as below recommended?

      group = @block_group.entities.add_face([@entity[0],@entity[1],@entity[2]],[@entity[3],@entity[4],@entity[5]],[@entity[6],@entity[7],@entity[8]],[@entity[9],@entity[10],@entity[11]])

      1 Reply Last reply Reply Quote 0
      • thomthomT Offline
        thomthom
        last edited by

        @unknownuser said:

        group = @master_group.entities.add_circle[@entity[0], @entity[1], @entity[2]], @vector3, @entity[3]

        That is invalid syntax.

        You have a [ bracket right up to the method name.

        [ and ( is not the same. ( and ) close off the arguments you pass to a method, but they are optional - you can leave a space between the method name and the arguments.

        .method([val1,val2], argument2) OK
        .method [val1,val2], argument2 OK
        .method[val1,val2], argument2 Invalid!

        Personally I always wrap arguments in ( and ) as I find the code easier to read and less ambiguous.

        Thomas Thomassen — SketchUp Monkey & Coding addict
        List of my plugins and link to the CookieWare fund

        1 Reply Last reply Reply Quote 0
        • honoluludesktopH Offline
          honoluludesktop
          last edited by

          OK, thanks.

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Buy SketchPlus
          Buy SUbD
          Buy WrapR
          Buy eBook
          Buy Modelur
          Buy Vertex Tools
          Buy SketchCuisine
          Buy FormFonts

          Advertisement