Search found 3 matches
- 17 Jul 2005, 21:40
- Forum: CAD DLL
- Topic: Importer SDK DLL - Visual C++
- Replies: 2
- Views: 15976
- 14 Jul 2005, 08:05
- Forum: CAD DLL
- Topic: Importer SDK DLL - Visual C++
- Replies: 2
- Views: 15976
Importer SDK DLL - Visual C++
I have the following code : <b> DXF = DXFCreate(NULL, "rectangle.dxf\0"); nLayers = DXFLayerCount(DXF); printf("there are %d layers\n", nLayers); </b> now I did not include the initialization etc, however it does work. So far so good, DXFLayerCount will retrieve the correct number of layers Now, her...
- 14 Jun 2005, 22:03
- Forum: Plugins for 3rd-party software
- Topic: Trying to make sure which Cadsoft product I need
- Replies: 1
- Views: 17901
Trying to make sure which Cadsoft product I need
Requirements: To be able to read in a DXF file (all versions) and allow access too all the entities inside. I need to be able to gain access to every entity in the DXF file, because in the end we will be genrating GCODE from it. Can you tell me if CS_DXF.dll will provide me with these necessary tool...