calculating square feet in Architectural Desktop Release 2
calculating square feet in Architectural Desktop Release 2
(OP)
how do i calculate square feet of a house plan in AutoCAD Architectural Desktop Release 2? or cant u do that?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
calculating square feet in Architectural Desktop Release 2
|
RE: calculating square feet in Architectural Desktop Release 2
if you are using architectural units try this macro cause there is a problem with calculating feet^2 in autocad
^C^C-boundary;a;i;y;;\;area;o;l;erase;last;;cal;(getvar (area))/144;
it will fix your problem returns the area in square feet on the command line
RE: calculating square feet in Architectural Desktop Release 2
RE: calculating square feet in Architectural Desktop Release 2