Search found 3 matches

by KCMPE
17 Jul 2005, 21:40
Forum: CAD DLL
Topic: Importer SDK DLL - Visual C++
Replies: 2
Views: 15915

Nevermind ...

I just needed to implement a CALLBACK function so that DXFEnum could fire back a PARAM and read the entities, works like a charm now.

Thanks to anyone that tried to help.
by KCMPE
14 Jul 2005, 08:05
Forum: CAD DLL
Topic: Importer SDK DLL - Visual C++
Replies: 2
Views: 15915

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...
by KCMPE
14 Jun 2005, 22:03
Forum: Plugins for 3rd-party software
Topic: Trying to make sure which Cadsoft product I need
Replies: 1
Views: 16606

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...