BabaCAD

Discussion in english => General discussion about BabaCAD => Topic started by: mariogrune on August 30, 2015, 11:19:34 pm

Title: Command Request
Post by: mariogrune 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
Title: Re: Command Request
Post by: babadmin 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.