Search found 3279 matches

by support
20 Jun 2025, 10:37
Forum: CAD .NET
Topic: Viewports
Replies: 1
Views: 1535

Re: Viewports

Hello,

You may find more information on how to work with ViewPorts in the CAD .NET documentation:

https://cadsofttools.com/help/cadnet/to ... ers--.html

Best regards

CADSoftTools Support
by support
10 Apr 2025, 14:00
Forum: CAD .NET
Topic: Raster images don't rotate correctly when exported to PDF.
Replies: 1
Views: 4355

Re: Raster images don't rotate correctly when exported to PDF.

Hi again Tom, To help you we need: - Your original file - the drawing your are inserting an image to - The code you are using to insert and image and rotate it. - If we understand you correctly the problem arises after the file has been exported to PDF. In this case we need an exported PDF-file. You...
by support
03 Feb 2025, 11:28
Forum: CAD DLL
Topic: Problems with CADImporterDll
Replies: 9
Views: 74876

Re: Problems with CADImporterDll

Hello,

Thank you for contacting us.

Unfortunately WinFig doesn't refer to CADSoftTools products.

Kind regards,

Irina.
by support
14 Jan 2025, 10:36
Forum: General questions and answers
Topic: How do I locate the Administration for cadsofttools.com ??
Replies: 1
Views: 6898

Re: How do I locate the Administration for cadsofttools.com ??

Hello,

Thank you for contacting us.

If you have any questions, feel free to contact us by e-mail: support@cadsofttools.com

Kind regards,

Irina
by support
14 Jan 2025, 10:34
Forum: General questions and answers
Topic: How do I locate the Administration for cadsofttools.com ??
Replies: 1
Views: 5935

Re: How do I locate the Administration for cadsofttools.com ??

Hello,

Thank you for contacting us.

If you have any questions, feel free to contact us by e-mail: support@cadsofttools.com

Kind regards,

Irina
by support
13 Jan 2025, 09:40
Forum: CAD .NET
Topic: Explode CAD drawing
Replies: 1
Views: 11137

Re: Explode CAD drawing

Hello,

Thank you for contacting us.

To help you I need:

- The full title of the library version you're using,
- The file you're working with.

Please send this data to support@cadsofttools.com

Kind regards,

Irina
by support
13 Jan 2025, 09:37
Forum: CAD .NET
Topic: Resolving invalid XRef inside a DWG file
Replies: 1
Views: 5850

Re: Resolving invalid XRef inside a DWG file

Hello,

Thank you for contacting us.

To help you I need:

- The full title of the library version you're using,
- The file you're working with.

Please send this data to support@cadsofttools.com

Kind regards,

Irina
by support
09 Jan 2025, 09:35
Forum: General questions and answers
Topic: Where is Administration cadsofttools.com ??
Replies: 1
Views: 6109

Re: Where is Administration cadsofttools.com ??

Hello,

Thank you for contacting us.

Do you have any questions? Feel free to ask.

Kind regards,

Irina
by support
24 Dec 2024, 10:36
Forum: CAD VCL
Topic: Possible connection of blocks to 0,0
Replies: 1
Views: 14908

Re: Possible connection of blocks to 0,0

Hello!

Thanks for contacting us.

Could you please send me an e-mail to surkova@cadsofttools.com ?

Do not forget to specify:

- The name and the full title of the library
- The file you're working with
-The screenshot illustrating the issue.

Thanks in advance!
by support
23 Dec 2024, 16:56
Forum: CAD .NET
Topic: Extract 100% of all geometry data
Replies: 1
Views: 5836

Re: Extract 100% of all geometry data

Hello!

Thank you for taking interest in CADSpftTools.

Could you please specify what kind of data do you mean?

Kind regards,

Irina
by support
11 Nov 2024, 18:47
Forum: ABViewer
Topic: ABViewer PDF>DWG sheet page setup
Replies: 3
Views: 17162

Re: ABViewer PDF>DWG sheet page setup

And could you send us a file you're working with?
by support
08 Nov 2024, 14:18
Forum: ABViewer
Topic: ABViewer PDF>DWG sheet page setup
Replies: 3
Views: 17162

Re: ABViewer PDF>DWG sheet page setup

Hello,

Thank you for contacting us.

Could you please send me the full title of your ABViewer version and the file you’re working with? I need it for future investigation.

Thanks in advance!

Irina
by support
21 Oct 2024, 11:07
Forum: CAD .NET
Topic: CADLineType Description field
Replies: 3
Views: 6838

Re: CADLineType Description field

Hello,

If you want to create a line type, please see the example in the AddEntities demo (the AddEntities_NetCore folder).

If it's the line name you need please use Linetype.Name.

Kind regards,

Irina.
by support
20 Oct 2024, 13:10
Forum: CAD VCL
Topic: About Font
Replies: 1
Views: 5824

Re: About Font

Hi, AutoCAD isn't our product, we cannot help with it unfortunately. You may try our software ABViewer: https://cadsofttools.com/products/abviewer/ It has a free trial version: https://cadsofttools.com/download/abviewer.zip You may change fonts in the Text Styles dialog window: [urlhttps://cadsoftto...
by support
02 Sep 2024, 14:06
Forum: ABViewer
Topic: Export polyline as text
Replies: 1
Views: 6121

Re: Export polyline as text

Hello!

Thanks for the question.

You can do this with the help of the XML API:
https://cadsofttools.com/help/en/index. ... l_api2.htm

First, please apply getselected to teh necessary entity. After that use get with the entity handle to get the values of the coordinates.