Search found 17 matches
Viewports
Hello, do you have examples of how to use viewports in CAD.NET? I see there’s a CADViewPort entity but I can’t find an example. It would be nice to use them just like in AutoCAD. I also found this information: https://cadsofttools.com/help/en/draw_menu_viewport.htm How can we use this in CAD.NET? Th...
- 27 May 2019, 14:40
- Forum: CAD .NET
- Topic: Problems with saving to a DXF
- Replies: 12
- Views: 16944
Re: Problems with saving to a DXF
Hello Mikhail, please don't forget this.
Pascal
Pascal
- 06 May 2019, 10:05
- Forum: CAD .NET
- Topic: Problems with saving to a DXF
- Replies: 12
- Views: 16944
Re: Problems with saving to a DXF
Hello Mikhail, do you have any idea when you can post that routine?
- 15 Apr 2019, 11:02
- Forum: CAD .NET
- Topic: Problems with saving to a DXF
- Replies: 12
- Views: 16944
Re: Problems with saving to a DXF
Good news that it’s possible. I’ll wait for the code to check it out.
Thanks
Thanks
- 10 Apr 2019, 10:03
- Forum: CAD .NET
- Topic: Problems with saving to a DXF
- Replies: 12
- Views: 16944
Re: Problems with saving to a DXF
Thank you very much, that solved the problem with the circle.
And did you find the problem with the icons from an external DXF?
And did you find the problem with the icons from an external DXF?
- 06 Apr 2019, 10:30
- Forum: CAD .NET
- Topic: Problems with saving to a DXF
- Replies: 12
- Views: 16944
Re: Problems with saving to a DXF
Thanks, it worked. But I could not include the bin folder with the dll and exe files. That gave an error.
Do you have enough with this?
This example is based on the AddEntities demo, you can you the dll's from there.
Do you have enough with this?
This example is based on the AddEntities demo, you can you the dll's from there.
- 05 Apr 2019, 09:01
- Forum: CAD .NET
- Topic: Problems with saving to a DXF
- Replies: 12
- Views: 16944
Re: Problems with saving to a DXF
Sorry, same problem. And I also have the same problem when I upload a smaller ZIP of 900k where de CADimport dll is removed.
- 04 Apr 2019, 14:19
- Forum: CAD .NET
- Topic: Problems with saving to a DXF
- Replies: 12
- Views: 16944
Problems with saving to a DXF
Hello, I have some problems with saving to a DXF. I have a ZIP file that with a test project where you can see the problems. It’s build from the AddEntities demo. I removed some buttons and created 2 new: Test ext. icon & Test circle. I also added some comment in the code to clarifier the problem. B...
- 01 Apr 2019, 13:45
- Forum: CAD .NET
- Topic: Print selection
- Replies: 6
- Views: 14745
Re: Print selection
oke, thank you
- 29 Mar 2019, 10:02
- Forum: CAD .NET
- Topic: Print selection
- Replies: 6
- Views: 14745
Re: Print selection
Thank you for your answer. I’m going to look at this. But to be sure: is there no way to crop, or use SaveAsDXF to get a fully detailed export in a DXF of a selected area? A (raster) image loses detail when you zoom on it. Or am I wrong here? This is not just for printing anymore but for a detailed ...
- 19 Mar 2019, 15:03
- Forum: CAD .NET
- Topic: Print selection
- Replies: 6
- Views: 14745
Re: Print selection
Hello, I have another question about this. The above example works fine, but my client wants more detail, just like the full detail in SaveToFile or SaveAsDXF. There you can zoom in and get full detail in the exported file. Therefore my question: In the examples above, you export what’s in the selec...
- 14 Jan 2019, 17:46
- Forum: CAD .NET
- Topic: Print selection
- Replies: 6
- Views: 14745
Print selection
Hello, is there a way to print or export a selection of the CAD image? I’m looking for something that you can select a part of the image, just like selecting a part to zoom on that part, and then print or export that visible part? Of maybe crop that part? And is there an example in the demo files? T...
- 21 Dec 2018, 14:01
- Forum: CAD .NET
- Topic: Universal Windows Platform
- Replies: 2
- Views: 9904
Re: Universal Windows Platform
Thank you, this is good news.
Pascal
Pascal
- 14 Dec 2018, 11:00
- Forum: CAD .NET
- Topic: Universal Windows Platform
- Replies: 2
- Views: 9904
Universal Windows Platform
Hello, are there plans to make a version for Universal Windows Platform? That’s the platform to develop Windows Apps.
- 30 Oct 2018, 19:23
- Forum: CAD .NET
- Topic: Overlapping objects
- Replies: 4
- Views: 12459
Re: Overlapping objects
You can download an example here: http://www.magelaan.be/media/klein.dwg This is a street plan, you can see the streets, houses, tree's, .. I need to draw labels (text) on specific coordinates in a new layer. But if possible, these labels cannot be on top of a house, tree, … Just to make everything ...