2011-05-23 06:58 PM
2011-05-24 03:13 AM
2011-05-24 10:31 AM
2011-05-24 03:13 PM
Barry wrote:Or place the Elevation as a Trace Reference on the Floor Plan and create the fills there, if the fills are just for the schedule and don't need to be shown on the Elevation.
One work around would be to draw the fills in the elevation and then copy them to the floor plan (off to the side where they won't be seen or in a hidden layer or a different storey).
Then you can shedule them.
2011-05-25 06:06 AM
2011-05-25 10:44 AM
2011-05-25 01:43 PM
!------- calculate polygon area nfc=vardim1(frame_contour) IF nfc>2 THEN calcA=0 FOR i=1 to nfc-1 IF i=nfc THEN j=1 else j=i+1 calcA = calcA + (frame_contour[_X]*frame_contourNot tested so much, but should work for all non intersecting polygons without holes.[_Y] - frame_contour [_X]*frame_contour[_Y]) / 2 NEXT i PARAMETERS calcA=calcA ENDIF
2011-05-25 02:09 PM
2011-05-26 04:28 AM
F. wrote:Awesome.
The genius is Paul Bourke:
paulbourke.net/geometry/polyarea/
2011-05-26 09:28 PM