Alex-S Posted August 2, 2012 Posted August 2, 2012 Hello everybody, I can’t programmein Lisp myself, but could anyone help me with the following? I have Inmy drawing a part of a circle and a region (both 2D). Of the partof the circle I want X and Y coordinate of the centre and I want the length ofthe circle part. I wouldlike the surface of the region and the centroid coordinate X and Y. All data Iwould like to export data to a file, like: Xcircle; Ycircle;L; A; X centroid; Y centroid Alex Quote
MSasu Posted August 2, 2012 Posted August 2, 2012 Of the partof the circle I want X and Y coordinate of the centre and I want the length ofthe circle part. Just select the circle and call the LIST command; it will give you both circle's center coordinates and perimeter (circumference). I wouldlike the surface of the region and the centroid coordinate X and Y Please check the built-in MASSPROP command; this one alow you to export the report to a file, too. Quote
Alex-S Posted August 2, 2012 Author Posted August 2, 2012 Perhaps I was not clear enough. I would like to export the data into a file (txt) and not retype the data. Alex Quote
MSasu Posted August 2, 2012 Posted August 2, 2012 Don't need to re-type - just use Copy and Paste for this. Not sure if you are aware, but by pressing F2 will be able to see better the text screen. However, both commands should pop-up it automatically for you. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.