JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Feb 23, 2015

    Archives (Google+)
    1
    1
    911
    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.
    • z3dev
      z3dev last edited by

      Erik Steinberg
      I'm trying to draw really large objects (about 2 meter long bars). Is it possible to enlarge the grid to show these correctly?
      Photo
      2 comments
      2
      one plus one
      1
      no shares
      Shared publicly•View activity

      Erik Steinberg
      Thanks for that, the grid is now larger, but but it still doesn't show the hole thing. I also changed the ZOOM_MAX und ZOOM_MIN values, without success.

      my code:
      
      
      function main() {
      		var a = 25;
      		var s = 2;
      		var l = 1600;
      		var c1 = cube({size: [a,a,l]});
      		var c2 = cube({size: [a-2*s,a-2*s,l]});
      		var p = c1.subtract(c2.translate([s,s,0])).rotateX(90);
      		return p;
      }
      

      Feb 23, 2015
      Erik Steinberg
      That's it! Thank you, guys

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors