Search found 9 matches
- 31 Mar 2023, 18:34
- Forum: CAD VCL
- Topic: Shorten/break entities
- Replies: 1
- Views: 1699
Shorten/break entities
Hi all!
I'd like to create a DXF with shortened/broken entities, like the zig-zag lines shown in the pictures here: https://mcdcad.eu/2010/03/12/autocad-20 ... -bemasung/
Is there a way to this without manually placing polylines?
I'd like to create a DXF with shortened/broken entities, like the zig-zag lines shown in the pictures here: https://mcdcad.eu/2010/03/12/autocad-20 ... -bemasung/
Is there a way to this without manually placing polylines?
- 02 Mar 2023, 13:37
- Forum: General questions and answers
- Topic: Too many words are ignored while searching in forum
- Replies: 0
- Views: 6840
Too many words are ignored while searching in forum
Dear forum admins, the search functionality in this forums is almost useless for me because much to many words are ignored. If I want to know how to convert a dxf file to a block "convert block dxf to" are ignored. If I want to know how to somehow embed a dxf file "embed dxf" are ignored. Can you pl...
- 20 Feb 2023, 19:45
- Forum: CAD VCL
- Topic: Combining DXF files into a new one
- Replies: 4
- Views: 2142
Re: Combining DXF files into a new one
Hello, Thank you for attaching the files. We fixed the issue with memory leaks, however, to send you a fixed and revised VCL package we need to know your order No or registration email. Could you contact me at support@cadsofttools.com with this information and I will send you a link with improved C...
- 02 Feb 2023, 17:59
- Forum: CAD VCL
- Topic: Combining DXF files into a new one
- Replies: 4
- Views: 2142
Combining DXF files into a new one
Hello! I'm trying to combine a few DXF files into one (see attached project) and have a few problems. We're still at CAD VCL 14.1.1 #47687 according to Readme.txt if that matters. If one uncomments the AddDXF line for 358300 just starting and ending the program causes memory leaks: 1 - 12 bytes: Unk...
- 29 Apr 2021, 17:04
- Forum: CAD VCL
- Topic: How to get library version string?
- Replies: 1
- Views: 2690
How to get library version string?
I want to show the version of our CAD VCL library (like "CAD VCL 14.1.1") in a debug overview in our app. How can I get that information?
- 29 Jan 2020, 16:00
- Forum: CAD VCL
- Topic: How to export DXF to PNG?
- Replies: 3
- Views: 7727
Re: How to export DXF to PNG?
Thanks, Mikhail!
This works fine. I just had to make the PNG bigger than the DXF to avoid staircase effects.
Best regards,
Uli
This works fine. I just had to make the PNG bigger than the DXF to avoid staircase effects.
Best regards,
Uli
- 23 Jan 2020, 19:33
- Forum: CAD VCL
- Topic: How to export DXF to PNG?
- Replies: 3
- Views: 7727
How to export DXF to PNG?
I have DXFs that I want to convert to PNG. What's the best option to achieve this?
- 20 Sep 2018, 11:07
- Forum: CAD VCL
- Topic: MeshBuilder.dll not found
- Replies: 3
- Views: 16304
Re: MeshBuilder.dll not found
Thanks Mikhail, I got it to work using cnstMeshBuilderDllPath := TPath.Combine(ExtractFilePath(Application.ExeName), 'DLLS\'); instead of InitDefMeshBuilderDllPath. Am I missing something if I do this direct assignment? Yesterday I only had copied MeshBuilder.dll instead of all the DLLs, so LoadLibr...
- 19 Sep 2018, 14:19
- Forum: CAD VCL
- Topic: MeshBuilder.dll not found
- Replies: 3
- Views: 16304
MeshBuilder.dll not found
Hello all!
I'm trying to show *.stp files which apparently needs MeshBuilder.dll. But I can't make that work. Even the CAD3D demo throws a TsgCommonBrepImageError exception 'MeshBuilder.dll Cannot be loaded!'.
How can I make that work?
Best regards
Uli
I'm trying to show *.stp files which apparently needs MeshBuilder.dll. But I can't make that work. Even the CAD3D demo throws a TsgCommonBrepImageError exception 'MeshBuilder.dll Cannot be loaded!'.
How can I make that work?
Best regards
Uli