I am developing a program in Dynamo, which helped me fill out my layout. However, I have come across a difficulty! I need to calculate the area of my “talhão” so that this calculation takes into account the area of the tree or other object that is inside my “talhão”.
- Group the curves by type
- Pull the geometry (and generate polycurves from each if they aren’t polycurves already)
- Generate a surface of each by patching
- Generate a polysurface for each group of surfaces
- Intersect poly surface A with polysurface B
- Get the area of the resulting polysurface - this is the number you requested