Replies: 2 comments 2 replies
-
Here are some files that you might find useful. It might not be 100% coverage, I don't think there are any spline edges for example but it should be a good starting point at least. Polygons were created in QGIS as ShapeFiles (.shp) and then loaded in AutoCAD 2020 using the SpatialManager plugin. When loading the polygons with fill (Solid) there is an issue creating gaps: |
Beta Was this translation helpful? Give feedback.
-
Thank you! The MPOLYGON should be a HATCH variant, there is just a small difference in meaning for some DXF attributes - in theory :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The MPOLYGON seems to be an AutoCAD Map specific entity but very similar to the HATCH entity and is has no explicit documentation in the DXF Reference. I can not create this entity in BricsCAD, but the MPOLYGON could be supported if I get some test data from AutoCAD Map users to see if the entity is really like a HATCH entity. I would need small DXF files containing MPOLYGONS with polyline paths (LWPOLYLINE) and edge paths (ARC, ELLIPSE, SPLINE), with and without nested holes, with and without filling in many DXF versions (R2000, R2007, R2010, R2018).
A new feature will be the conversion from MPOLYGON to HATCH and the HATCH entity will get a method to extract the bounding paths as virtual as DXF primitives:
If you do not want to publish the documents publicly, you can send them to [email protected]. The files are treated confidentially.
Beta Was this translation helpful? Give feedback.
All reactions