Hi, I just downloaded the demo version of "CAD Image DLL, SDK for developers", and tried to run the VB demo!
I know that a HPGL file (with .plt as extension) is composed with
the words PU, PD, PA etc...
And I don't understand how VB can trace these points or lines... ?
When I see the code of CADImages (for VB) I don't see where the soft make these geometric figure !!?? [V][V]
Sorry for the english, it's because i'm french[^]
How to trace a HP-GL on VB ?
Moderators: SDS, support, admin
Hello,
>And I don't understand how VB can trace these points or lines... ?
You can get access to the entities of HPGL (DWG/DXF, SVG or CGM) files by usage of CADImporter.DLL (available on: http://www.cadsofttools.com/download/CADImporterDLL.zip)
CADImage.DLL translates the contents of HPGL (DWG/DXF, SVG or CGM) files inside of itself. Then it creates bitmap and gives it to VB. Then VB displays it on the screen.
CADImage.DLL gives a wide set of managing functions. They allow to define pages of HPGL files for displaying (layouts for DWG/DXF), to manage with the quality of the output image and some others.
Sergey.
please post questions to the forum or write to support@cadsofttools.com
>And I don't understand how VB can trace these points or lines... ?
You can get access to the entities of HPGL (DWG/DXF, SVG or CGM) files by usage of CADImporter.DLL (available on: http://www.cadsofttools.com/download/CADImporterDLL.zip)
CADImage.DLL translates the contents of HPGL (DWG/DXF, SVG or CGM) files inside of itself. Then it creates bitmap and gives it to VB. Then VB displays it on the screen.
CADImage.DLL gives a wide set of managing functions. They allow to define pages of HPGL files for displaying (layouts for DWG/DXF), to manage with the quality of the output image and some others.
Sergey.
please post questions to the forum or write to support@cadsofttools.com
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by nkos</i>
<br />I understand, it's thank to the CADImage.dll that VB can display the picture (points, lines...) ?? ??
And is this CADImage.dll is free to use it in my soft ?
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
Hi,
CAD Image DLL requires end-user registration. You can use it free of charge like IrfanView or XnView but all end-users should buy the license. Write to info@cadsofttools.com if you need a special license.
<br />I understand, it's thank to the CADImage.dll that VB can display the picture (points, lines...) ?? ??
And is this CADImage.dll is free to use it in my soft ?
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
Hi,
CAD Image DLL requires end-user registration. You can use it free of charge like IrfanView or XnView but all end-users should buy the license. Write to info@cadsofttools.com if you need a special license.