Hi, is there any way to get coordinates of a CadRegion entity like LWPolyline getCoordinates() method? Thanks a lot.
@eloxt,
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.