-
Notifications
You must be signed in to change notification settings - Fork 101
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
Support DIMBLK #80
Comments
Hi! Regarding dimensions support, in most real world files I have touched, dimensions are defined among with a pre-rendered block, which is referenced by a |
@vagran thanks for explanation
|
Hi! I have a dxf file export from netDxf, like this
![image](https://private-user-images.githubusercontent.com/37983330/257474165-35a6a72f-fda3-48c3-a615-512e19ddcb0b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NDU0MzYsIm5iZiI6MTczOTc0NTEzNiwicGF0aCI6Ii8zNzk4MzMzMC8yNTc0NzQxNjUtMzVhNmE3MmYtZmRhMy00OGMzLWE2MTUtNTEyZTE5ZGRjYjBiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDIyMzIxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdjM2YzNWRiODQwNThmZDg5YzllNTM0ZGFiOTk4MDU0ODA0NDkwNzEwOTg2MTFhOTMxMGExZGNiZGVhOWY4ODcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.bT9PmHzcUXIvlZrWlA65vc1b5a79W7Xyobp6XCPt9IA)
the LinearDimension in this drawing use
![image](https://private-user-images.githubusercontent.com/37983330/257487432-5a17772f-9d45-4e3c-bf00-166a90c85844.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NDU0MzYsIm5iZiI6MTczOTc0NTEzNiwicGF0aCI6Ii8zNzk4MzMzMC8yNTc0ODc0MzItNWExNzc3MmYtOWQ0NS00ZTNjLWJmMDAtMTY2YTkwYzg1ODQ0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDIyMzIxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZiNzY4YWQyMDU4ZTI5YjViYmM1YWY0NzcwNmI0MjBkZjRlZjU2NTc0YTllODJmM2U5Mzg0YjQ5OTQ5MzA3ODcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8STd5POKQX4ABiPExfYuC8W2ypE3kOM4IhHs1P-E_vA)
DIMBLK1
andDIMBLK2
for dimension arrow style, which isArchitecturalTick
, but when I open it usedxf-viewer
arrow style becomes thisI found out only
DIMTSZ
is larger than 0 will draw arrow as tick, my question is, willdxf-viewer
support DIMBLK for Dimension arrow rendering?dxf-viewer/src/LinearDimension.js
Line 101 in 6348596
here is my dxf file
DIMBLK.zip
The text was updated successfully, but these errors were encountered: