CAD VCL for Delphi - actual code samples?
Posted: 04 May 2014, 11:49
Hello,
at this moment I am trying your CAD VCL for Delphi. Most time I work with CAD VCL Library Help (http://www.cadsofttools.com/help/cadvcl/). I occasionally encounter errors (code mistakes/outdated functions) - mostly caused by ongoing development/updates. This brought me here:
1)
Please, do you have actual code samples? Your examples use for load DXF(CAD) files type TPicture, sometimes TsgCADDXFImage, TsgCADImage or TsgDrawingNavigator. What is correct sample code for load all possible CAD files (with access to all entities, navigations etc.)? Why procedure "InitializeSections" is marked as deprecaded? Is it outdated? Can I load all possible (supported) CAD files into one shared class?
2)
Can your VCL load DXF files in ASCII and binary format? Inside your help library, you type that ONLY ASCII is supported.
3)
I have some DXF files which VCL not show (no error, only blank output) but other CAD applications can open and show it without problem. Do you have list of entities you not supported via VCL? Or have VCL some restrictions for loading CAD files?
4)
Does VCL have inbuilt functions as:
- change all entities in DXF to LINE/CIRCLE/ARC
- intersection point between two entities
- split entities (one LINE/ARC split to two LINEs/ARCs)
Thank you.
Age
at this moment I am trying your CAD VCL for Delphi. Most time I work with CAD VCL Library Help (http://www.cadsofttools.com/help/cadvcl/). I occasionally encounter errors (code mistakes/outdated functions) - mostly caused by ongoing development/updates. This brought me here:
1)
Please, do you have actual code samples? Your examples use for load DXF(CAD) files type TPicture, sometimes TsgCADDXFImage, TsgCADImage or TsgDrawingNavigator. What is correct sample code for load all possible CAD files (with access to all entities, navigations etc.)? Why procedure "InitializeSections" is marked as deprecaded? Is it outdated? Can I load all possible (supported) CAD files into one shared class?
2)
Can your VCL load DXF files in ASCII and binary format? Inside your help library, you type that ONLY ASCII is supported.
3)
I have some DXF files which VCL not show (no error, only blank output) but other CAD applications can open and show it without problem. Do you have list of entities you not supported via VCL? Or have VCL some restrictions for loading CAD files?
4)
Does VCL have inbuilt functions as:
- change all entities in DXF to LINE/CIRCLE/ARC
- intersection point between two entities
- split entities (one LINE/ARC split to two LINEs/ARCs)
Thank you.
Age