Search found 28 matches

by merco
12 Jul 2012, 12:13
Forum: CAD .NET
Topic: Right paper size
Replies: 1
Views: 11706

Right paper size

Hi.

Is it possible to get some info about determining the right paper size to be printed?
We have different formats (from A4 to A0), and we have to choose the right format for a given DWG.

How could this be done ?

I'm using CadImport.Net v8.

Thank you
by merco
12 Mar 2012, 17:09
Forum: CAD .NET
Topic: Error with these file
Replies: 1
Views: 11785

Error with these file

Hi.
I have some problems using cadimport.net (7.2.2.19035) with these files
http://data.sygest.it/download/cadimport/2d_Err.zip

Could you tell me more?

thank you
by merco
26 Aug 2010, 18:56
Forum: CAD .NET
Topic: Circle drawing problem
Replies: 3
Views: 17457

Re: Circle drawing problem

some news about the problem ?
thank you
by merco
30 Jun 2010, 10:20
Forum: CAD .NET
Topic: dwg loading
Replies: 3
Views: 17109

Re: dwg loading

... oh, i see.
... but your abviewer is faster than this library, so i suppose that some changes in some properties could help to speed up dwg loading .
by merco
29 Jun 2010, 09:49
Forum: CAD .NET
Topic: dwg loading
Replies: 3
Views: 17109

dwg loading

On my PC (not very "young") it took 50 seconds to open a 5Mb Dwg.
Is it possibile to speed up the dwg loading settings some properties ?

I'm worried becase i have to work with some file that are larger than 50 Mb.
by merco
28 Jun 2010, 10:13
Forum: CAD .NET
Topic: Circle drawing problem
Replies: 3
Views: 17457

Circle drawing problem

I have some problems while drawing circles. The white background image is a conversion to PDF using cadimport dll, the black one is a free viewer of the same drawing. Circle are rendered in different way... (see "9", "7", etc...) http://www.sygest.it/upgrade/CadImport/circle.jpg Why ? I'm drawing th...
by merco
25 Jun 2010, 14:20
Forum: CAD .NET
Topic: Converter.Iterate and parents
Replies: 1
Views: 10996

Converter.Iterate and parents

CadIterate is very powerful but i have another question. Using something like this _cadParams = New CADIterate _cadParams.matrix = New CADMatrix _cadParams.matrix.data(0, 0) = 1 _cadParams.matrix.data(1, 1) = 1 _cadParams.matrix.data(2, 2) = 1 _cadImage.Converter.AutoInsert = True _cadImage.Converte...
by merco
25 Jun 2010, 14:16
Forum: CAD .NET
Topic: Converter.Iterate
Replies: 5
Views: 24178

Re: Converter.Iterate

... but i get the same extensions also with some layer hidden... and the code to hide is ... _cadImage.Converter.Layers(Il).Visibility = False CType(_cadImage.Converter.Layers(Il), CADLayer).Visible = False _cadImage.Converter.Layers(Il).Loaded(_cadImage.Converter) _cadImage.Converter.Loads(_cadImag...
by merco
24 Jun 2010, 17:52
Forum: CAD .NET
Topic: Converter.Iterate
Replies: 5
Views: 24178

Re: Converter.Iterate

Ok i've changed my proc in Public Sub HideLayers(ByVal LayerList As String) If LayerList <> "" Then Dim Elenco() As String = LayerList.Split(";"c) For Each Nome As String In Elenco If Nome.Trim <> "" Then For Il As Integer = 0 To _cadImage.Converter.Layers.Count - 1 If _cadImage.Converter.Layers(Il)...
by merco
23 Jun 2010, 17:50
Forum: CAD .NET
Topic: Converter.Iterate
Replies: 5
Views: 24178

Converter.Iterate

I'm using _cadParams = New CADIterate _cadParams.matrix = New CADMatrix _cadParams.matrix.data(0, 0) = 1 _cadParams.matrix.data(1, 1) = 1 _cadParams.matrix.data(2, 2) = 1 _cadImage.Converter.AutoInsert = True _cadImage.Converter.Iterate(New CADEntityProc(AddressOf Me.ReadCADEntitiesParamsToPDF), Not...
by merco
18 Jun 2010, 13:24
Forum: CAD .NET
Topic: Insert display error
Replies: 1
Views: 11347

Insert display error

using "editor demo" with this dwg http://www.sygest.it/upgrade/CadImport/a4.zip I see that entities type are different from the objects painted in the picture box. For example Handle 13712 is showed as text in the listview, but the inspector show the line parameters and it is a line on the drawing.
by merco
17 Jun 2010, 18:15
Forum: CAD .NET
Topic: insert and positioning (dwg 2 pdf)
Replies: 1
Views: 14481

insert and positioning (dwg 2 pdf)

I'm writing a simple direct output to PDF so i have to browse for all entities, and know their absolute positions. With a dwg I have all things in the right place... but not some inserts. See the image. The first is my pdf converted, the second is the original dwg . How can i get the real absolute p...
by merco
04 Jun 2010, 18:08
Forum: CAD .NET
Topic: Print and printing parameters
Replies: 4
Views: 24664

Re: Print and printing parameters

:cry:
but i need the DrawTextMeansGDIPlusMethods versions,
waht can i do know?
by merco
03 Jun 2010, 17:54
Forum: CAD .NET
Topic: Print and printing parameters
Replies: 4
Views: 24664

Re: Print and printing parameters

I'm using "DrawingSize.Fit" (with 7.2.2.19035) but the aspect ratio is not correct. In the example i've printed to a4 portrait... This is my code Public Sub Open() _cadImage = CADImage.CreateImageByExtension(_DwgName) _cadImage.UseDoubleBuffering = False _cadImage.IsWithoutMargins = True _cadImage.B...
by merco
01 Jun 2010, 12:48
Forum: CAD .NET
Topic: Printing and margins
Replies: 4
Views: 23128

Re: Printing and margins

... "fit" is useful for use all page , but how can i maintain the correct aspect ratio ? It seems that print preview is different from EXE and sources. The right version of the preview seems to be the second one (white background), why with this _cadImage.ClearSelection() _cadImage.ClearMarkers() _c...