Wish Dxf + Dwg reader and viewer - amorosik    Jun 9, 2025   (2 reactions) Many projects could become reality if there were libraries capable of converting the dxf/dwg format into a drawing visible on the screen
I think an interpreter from dxf/dwg to graphic primitives for... B4A Class a simple DXF class - byz    Jun 10, 2025   (9 reactions) DXF is a text-based standard for CAD file exchange, featuring a well-organized format that's programmer-friendly.I've created this class for basic DXF file generation in my application. Currently it supports just three drawing methods: AddCircle, AddPolyline, and AddLine. Sample usage is provided within the class.This is just a simple and incomplete class that I throw at the bricks... Wish Reader and viewer of dwg/dxf format files - amorosik    Aug 13, 2024   (1 reaction) It would be very useful to have a reader capable of interpreting and displaying the contents of dwg or dxf files on the screen Since the dxf format is universally used, it would allow users of B4X systems to be able to work to perform very effective customizations in all areas where graphic design is used... B4A Question Dxf / Dwg, are readable for B4X code ? - amorosik    Mar 25, 2020 Are the dxf or dwg formats readable and viewable on screen using B4x code?
Are there any examples?... B4A Question Costing Program for Laser Cutting and Engraving using DXF, CDR and SVG files - Brian Dean (first post)    Feb 3, 2022   (1 reaction)
Thank you for your input.
Yes - this is totally out of my league. Sorry that I could not have been... B4A Question DXF Import - SackMcNuts (first post)    Jun 22, 2014 any luck with this ?
Unfortunately no.... B4A Question acad dxf files - psciga (first post)    Jun 24, 2011 Thanks for your hint.:sign0142:... B4A Question Special chars and TextReader - emexes (first post)    Feb 2, 2025   (1 reaction) According to this:
https://forums.autodesk.com/t5/autocad-forum/autocad-2018-bad-decoding-of-dxf-file-with-properly-encoded/td-p/8320680
all DXF files use either UTF-8 or plain ASCII (byte values 0... B4A Question Special characters in Text files .. again ... - GiovanniPolese    Jul 27, 2023 is"? In particular, I am talking about dxf Files, written by Autocad (so not by the first guy on the road..). Dxf files are text files. If I don't miss something, I can only use variables... B4A Question Long operations in BackGround - GiovanniPolese (first post)    Feb 11, 2025 I will give it a try, unluckily not immediately, due to other urgent tasks. Anyway this is more o less what I was thinking. Nevertheless, to be sincere, my long task, which is the dxf reading, is in... Sleep, the progress dialogs don't remain active. This said, using a WaitFor to call the DxfRead... the DxfRead ends, I would like that it doesn't wait while the DxfRead is executing. I am forced to have a resumable sub for the DxfRead ONLY because of the presence of the Sleep, which seem to... Page: 1   2   3   4   |