Author Topic: Command Request  (Read 6940 times)

mariogrune

  • Newbie
  • *
  • Posts: 3
    • View Profile
Command Request
« on: August 30, 2015, 11:19:34 pm »
Hi,

I work a lot with bathymetric data and sometimes I have to change the depth info of a specific area inside my data (ex: because of dredging project).

In AutoCAD, there's a command (CP or WP) which I can use to select some points and change their info. However, most of the times I already have a polygon delimiting the area where I'll have to change the depth info.

It would be a lot simpler to me if there was a command that would automatically select all points inside a polygon. Is there a way to do this?

Sincerely,

Mario

babadmin

  • Administrator
  • Full Member
  • *****
  • Posts: 142
    • View Profile
Re: Command Request
« Reply #1 on: August 31, 2015, 10:04:47 am »
Only way is to write LISP function or to create a new command using BabaCAD API. Read about LISP and API in Developer and LISP sections at BabaCAD homepage.