Get coordinates of CadRegion Entity

Hi, is there any way to get coordinates of a CadRegion entity like LWPolyline getCoordinates() method? Thanks a lot.

@eloft,
Hi.
Let us look at this, we will come back with some information.

@eloft,
We have created CADJAVA-11592 to consider supporting this feature. The complexity is that region entity does not store geometry of the figure directly but in special ACIS SAT format in binary form that should be interpreted. It could be helpful if you can provide some test files with region entities so we can test the solution.

Thanks for your reply. Here is a test file with some region entities.
region_test.dwg.zip (42.0 KB)

@eloft,
Thank you!