-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A question about reading the block's xdata. #58
Comments
This is dxf file: |
libdxfrw codes:
dxflib codes:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use QCadCam software to create a DXF file about CAM, and this DXF file contains some cam-related data, some of the data is in the block entity, and then I use dxflib to read this DXF file, the addXDataString() interface is used to retrieve CAM data from block entity, but use libdxfrw to read DXF file, DRW_Block.extData.size () is 0, why?
The text was updated successfully, but these errors were encountered: