Search found 3 matches

by sbsaban
14 Oct 2010, 18:48
Forum: CAD DLL
Topic: Spline with dwg files does not work
Replies: 3
Views: 34010

Re: Spline with dwg files does not work

Hi Alexander, I am using the latest posted demo version of CADImporterDLL for evaluation. When I use the DemoCBuilder.exe to examine the spline structure from a DWG all the points show as zeros. When I enumerate through the drawing in my code and examine the Data structure, all Data.Points show as z...
by sbsaban
14 Oct 2010, 00:21
Forum: CAD DLL
Topic: Spline with dwg files does not work
Replies: 3
Views: 34010

Spline with dwg files does not work

If I create a simple spline in AutoCad 2005 and save as a dwg file. Data.DataCount = 0 and there appears to be no info to create the spline.
If I save the same file as a .dxf everything seems to work fine.

What do I need to do to retrieve spline info from dwg files.

Thanks
Steve Saban
by sbsaban
07 Oct 2010, 19:20
Forum: CAD DLL
Topic: GetUnits does not work
Replies: 1
Views: 25311

GetUnits does not work

Hello,

When I add this line to your demo_API program the return value is 0x00000000

CADUNITS CADGetUnits;

CADGetUnits = (CADUNITS) GetProcAddress(hCADImporter, "CADGetUnits");

What am I doing incorrectly