Search found 9 matches

by mari2011
01 Mar 2011, 05:51
Forum: CAD .NET
Topic: zoom one entity
Replies: 2
Views: 14890

Re: zoom one entity

is the Cadeditor can solve that problem(1)???
please help me.

thanks.
by mari2011
27 Feb 2011, 15:48
Forum: CAD .NET
Topic: zoom one entity
Replies: 2
Views: 14890

zoom one entity

Hello Alexander,

I have 2 question, please help me.

1- How i can zoom one entity on maps, with having handle or position entity (circle)?
2- how i can with click on the area circle(), get hande or centerX CenterY,

How can I do?

thanks,
by mari2011
18 Jan 2011, 13:53
Forum: CAD VCL
Topic: delphi 2010
Replies: 1
Views: 12557

delphi 2010

hello,

Does this tool Supports delphi 2010?
how to import it in delphi?
(Cad import Vcl)
Thanks in advance.
by mari2011
28 Dec 2010, 19:30
Forum: CAD .NET
Topic: select and change color or size entities in C#
Replies: 7
Views: 31420

Re: select and change color or size entities in C#

Hi Alexander, Thank you very much From that time to answer my questions. but I have another problem now. I want fill circle with hatch. inside the circle is a text, i want that text be up on the hatch. **** //create hatch CADHatch hatch = new CADHatch(); hatch.Color = Color.Blue; //hatch.Layer.Name ...
by mari2011
28 Dec 2010, 06:50
Forum: CAD .NET
Topic: How can I get the layer name of an entity (circle)?
Replies: 1
Views: 12486

How can I get the layer name of an entity (circle)?

Hello. How can I get the layer name of an entity (circle)? i am used this code: *** cadEditorControl1.Image.Converter.Entities .layer *** but that return "cadimport.cadlayer "! Sorry ,this software has educational books or example? :?: Could you please send me a piece of code, . Thanks in advance.
by mari2011
27 Dec 2010, 12:20
Forum: CAD .NET
Topic: select and change color or size entities in C#
Replies: 7
Views: 31420

Re: select and change color or size entities in C#

I really need your help as soon as possible.
Thanks in advance.
by mari2011
26 Dec 2010, 16:36
Forum: CAD .NET
Topic: select and change color or size entities in C#
Replies: 7
Views: 31420

Re: select and change color or size entities in C#

Hello Alexander, Thank you very much for your reply, How can I get the handle of an entity (circle)? I convert information a map through "Extract Data" into AutoCAD to Excel file,but did not handle the name field. So I do not know how to handle the entity of a plan to pour Excel data file. I need " ...
by mari2011
21 Dec 2010, 07:27
Forum: CAD .NET
Topic: select and change color or size entities in C#
Replies: 7
Views: 31420

select and change color or size entities in C#

Hello, Im using CADImport.NET(demo), inside Microsoft Visual Studio 2010. 1- how i can write program with C# that can change color and line width of entities(circle, text) in loaded file CADEditorControl. 2- How to access entities loaded file in CADEditorControl???? :?: Could you please send me a pi...