Calculating Rectangular Coverage Area

2
  • 7 favourites

Attached Files

The following files have been attached to this tutorial:

.capx

rectangularcoveragearea.capx

Download now 176.29 KB

Stats

2,371 visits, 3,466 views

Tools

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Try the demo here.

This example shows how to calculate the percentage of a rectangular area that is covered by one or more other rectangular shapes. For example, this method would calculate the percentage of the black square that is covered in red:

The process first breaks up the total area into smaller rectangles. Here's a visual representation of how the area is divided:

The smaller rectangles are then used to determine the total percentage covered by red.

For more info, check out the fully annotated CAPX.

.CAPX

rectangularcoveragearea.capx

Download now 176.29 KB
  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!