Search found 25 matches

by lulu
25 Mar 2013, 15:45
Forum: CAD .NET
Topic: transparency in solid modality
Replies: 1
Views: 12796

transparency in solid modality

Hello,

I have a drawing in a CADPictureBox. It is possible to show it in solid modality with some transparency?

Thank you,
lulu
by lulu
31 May 2012, 14:55
Forum: CAD .NET
Topic: scrollbar position
Replies: 2
Views: 13897

scrollbar position

Hello, I work with CADImport.NET 7.2.7 and I use a CADPictureBox. When I do zoom-in whit mouse wheel the scrollbars appear, but I can't correctly use them. The vertical scrollbar is in the maximum top position, but the superior part of the image is not visible and I can't visualize it using the bar....
by lulu
23 May 2012, 17:33
Forum: CAD .NET
Topic: memory
Replies: 3
Views: 17798

Re: memory

Hi Alexander, I'm working with CADImport.NET 7.2.7. I have tested your demo (related to my version). When I load a CAD file, the system allocates the memory, but when I close the drawing, the memory isn't released. I've also see that when I open another CAD file, the memory allocation decreases (to ...
by lulu
23 May 2012, 12:09
Forum: CAD .NET
Topic: memory
Replies: 3
Views: 17798

memory

Hello Alexander, I have a problem with CADPictureBox. I have a form that contains a CADPictureBox. When I close this form, the memory allocated for the drawing visualization isn't released. I use the method Dispose() on my form and also on CADImage of my CADPictureBox, but it doesn't solve the probl...
by lulu
17 Nov 2011, 15:47
Forum: CAD .NET
Topic: zoom and position in CADPictureBox
Replies: 6
Views: 33240

Re: zoom and position in CADPictureBox

Hi Alexander, I have a little problem with the scrollbars of my CADPictureBox. After positioning and centering changes, scrollbars remain in the old position (corresponding at previous conditions of the image). Then, if I move them, the image in my CADPictureBox doesn't respect actual position. Than...
by lulu
29 Aug 2011, 17:22
Forum: CAD .NET
Topic: cadPictureBox.SizeMode
Replies: 1
Views: 11139

cadPictureBox.SizeMode

Dear all,
I've just changed my version of CADImport.NET and when I compile, my source code in C#, the compiler give me an error that inform me the missing of SizeMode method. Where is this method, in Software CAD Import .NET Professional END USER License v 7.2.7?

Thank you,

lulu.
by lulu
24 Nov 2010, 12:00
Forum: CAD .NET
Topic: coordinates convertion
Replies: 3
Views: 16024

Re: coordinates convertion

Hello,
thank you for your reply,
but I would want to know if there are a method for the coordinates conversion that I need...
by lulu
18 Nov 2010, 17:27
Forum: CAD .NET
Topic: coordinates convertion
Replies: 3
Views: 16024

coordinates convertion

hi,
I have an AutoCAD drawing in a cadpictbox and I want to center it in a point (expressed in the coordinates of the AutoCAD drawing).
How can I do?

thanks,
lulu.
by lulu
06 Aug 2010, 14:22
Forum: CAD .NET
Topic: modify block dimensions
Replies: 6
Views: 25623

Re: modify block dimensions

I work with CADImport.NET version 6.3.
by lulu
06 Aug 2010, 12:59
Forum: CAD .NET
Topic: modify block dimensions
Replies: 6
Views: 25623

Re: modify block dimensions

Thank you for your reply,
I use version 6.3 but CADImageEnt.Height property doesn't exist! I set CADImageEnt.Width but the image don't change.
Can you help me?

thanks,
lulu.
by lulu
05 Aug 2010, 13:58
Forum: CAD .NET
Topic: modify block dimensions
Replies: 6
Views: 25623

Re: modify block dimensions

Hi,
I don't have any problem with the CADline, but how can I do to scale or to "stretch" an image inside a block?
I change the "scale" property, but I don't get anybody change...

lulu.
by lulu
28 Jul 2010, 14:18
Forum: CAD .NET
Topic: modify block dimensions
Replies: 6
Views: 25623

modify block dimensions

Hi,
I have a AutoCAD file that contains various blocks. Can I modify their dimensions (or the dimensions of the entities that compose it) by code?

Thanks,
lulu.
by lulu
21 Jul 2010, 18:29
Forum: CAD .NET
Topic: hatch style in a block
Replies: 3
Views: 16641

Re: hatch style in a block

Hi Alexander,
thank you for your reply, but I have another problem now. The type of the hatches (inside the blocks) in the AutoCAD file results 'CurvePolygon', and I don't understand why it happens... How can I convert a CADCurvePolygon in a CADHatch?

Thanks,
lulu.
by lulu
20 Jul 2010, 18:54
Forum: CAD .NET
Topic: hatch style in a block
Replies: 3
Views: 16641

hatch style in a block

Hi,
I have an AutoCAD that contains some blocks (insert). Is it possible to act on the single elements that compose the block?
Particularly, I need to modify the style of an hatch.

Thank you,
lulu.
by lulu
14 Jul 2010, 19:30
Forum: CAD .NET
Topic: visualization order of CADentities
Replies: 1
Views: 10948

visualization order of CADentities

Hi, I need to establish the order of visualization of the entities inside my AutoCAD drawing. If I impose the order of objects visualization directly from AutoCAD, CADImport visualize them in the order in which they have been drawn. How can I do to plan a different order without having to redraw all...