How does Civil 3D calculate the location of parcel labels? (center of polygon)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a drawing where someone has created over 200 manual polylines as boundaries for the volume of land. I would like to use "parcels" if possible, but the areas are not exactly adjacent, so there are gaps and unintended "parcels" are created, so I will not use "parcels".
I want to place text inside this boundary, but the centroid of the boundary is not located inside the boundary. So I used "innerpoint" from the "NetTopologySuite" library to make sure it is always located inside. However, it sometimes ends up being located at the extreme edge, which I don't like. When I look at the "parcel" label, it is shown in a good position no matter what the shape of the boundary is.
So if anyone knows how Civil3D calculates this good position, please let me know.
Thank you very much.