2015-01-13
09:38 AM
- last edited on
2023-08-01
01:54 PM
by
Doreena Deng
Geometry::Polygon2D polygon2D; Geometry::Polygon2DData polygon2DData; polygon2D.Convert(polygon2DData);
2015-01-13 10:42 AM
Geometry::Polygon2DData polygon2DData; Geometry::InitPolygon2DData (&polygon2DData); Geometry::ConvertPolygon2DToPolygon2DData (polygon2DData, polygon2D);
Matti wrote:
4.Each Geometry::Polygon2D in MultiPolygon2D is converted to Geometry::Polygon2DData.
5. An union is made from all Polygon2DData using Geometry::UnifyPolygon2DData.
2015-01-13 12:48 PM