Book a Demo

Author Topic: setup the drawin area in a ShapeEditor script  (Read 2010 times)

omendez

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
setup the drawin area in a ShapeEditor script
« on: January 21, 2012, 07:01:47 pm »
HI all,
I'm a newbie using EA, and now I'm interested in defining shapes within the ShapeScript format. What I'd like to know is if there's a way to determine the 'canvas' area, since I've done some drawings that when refreshed into my model seem to be untrimmed, i.e. the drawing area is bigger than the drawn shape itself. Any pointers will be highly appreciated. Thanks.[timestamp=1327132869]

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: setup the drawin area in a ShapeEditor script
« Reply #1 on: January 23, 2012, 08:46:04 am »
The shape script always have a drawing area of 0,0 to 100,100. This is then translated into the actual diagram co-ordinates as needed.