Search found 53 matches

by AlexUS
05 Jan 2007, 12:48
Forum: CAD VCL
Topic: TsgDXFPoint
Replies: 5
Views: 20183

TsgDXFPoint

Hi, Sergey from help: "This class defines a point marker that can appear as a dot, square, circle, X, tick, or plus sign (+), or as a combination of these figures (entity POINT)." How to make point appeared as these enumerated signs? And can I change size of this signs and their thickness. And what ...
by AlexUS
03 Jan 2007, 14:05
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220899

Hi, Sergey! By the way I wish you a Happy New Year!!! I wish all the best in 2007 for you and for whole your team of CAD Soft Tools. I want to draw on NavImage rectangle that shows the visible part of whole image according to point of view and current scale. It's for showing user what exactly part o...
by AlexUS
28 Dec 2006, 15:03
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220899

Hi, Sergey Can you please help me in using your component? Have you seen my question that I posted few days ago? <blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">How to get coordinates of visible part sgImage1 for drawing recta...
by AlexUS
22 Dec 2006, 16:40
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220899

Hi, Sergey <blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">Here goes a code of a simple demo which has two TsgImage objects. sgImage1 contains loaded CAD file and views only a part of the image<hr height="1" noshade id="quote"...
by AlexUS
19 Dec 2006, 13:19
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220899

Hi, Sergey I have another one question. I use combobox for scaling image in definite scale values. For example, sgImage.ChangeScale(True, 0.1, CurPos); is 10% scale. Isn't it? And does current scale value equal to 1/(1/sgImage.Scale)*100 (in percents)? And how can I get coordinates of central point ...
by AlexUS
18 Dec 2006, 17:04
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220899

Hi, Sergey <blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">Please, wait a little. We need to make some tests.<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote"> Ok. Thank you! <blockquote id="quote"><f...
by AlexUS
18 Dec 2006, 10:51
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220899

Hi, Sergey <blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">Try to use NavImage.Picture.Graphic.Assign(sgImage.Picture.Graphic)<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote"> I've tried to use NavIm...
by AlexUS
15 Dec 2006, 14:26
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220899

Hi Sergey I made something like navigation image in Editor where I want to put navigation image NavImage: TsgImage on which I want to draw red rectangle that shows part of AutoCAD tgat is visible in main image (it's useful if zoom is used). And I have two questions: 1. Is it possible to copy main sg...
by AlexUS
13 Dec 2006, 17:11
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220899

Hi again.
I found.
It is necessarily to set the property IsBigScale=True;
by AlexUS
13 Dec 2006, 16:52
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220899

Hi, Sergey I've already asked you about zooming in Editor. I can't solve this problem. In Editor there is the limitation of zooming in, but in Viewer this problem is apsent. I compare procudures OnMouseWheelUp in Editor and in Viewer and they are absolutly similar. I think that problem is in some di...
by AlexUS
13 Dec 2006, 14:08
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220899

Dear Sergey! <blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">I've found one more bug in your component: if i draw line in AutoCAD in direction from right to left i can't select it in mmSelect mode in Editor. If I draw line in ...
by AlexUS
13 Dec 2006, 13:31
Forum: CAD VCL
Topic: precision of coordinates
Replies: 3
Views: 14360

Hi branka <blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">Could you please tell me in what precision (how many decimal places) are coordinates in autocad files<hr height="1" noshade id="quote"></font id="quote"></blockquote id...
by AlexUS
13 Dec 2006, 13:27
Forum: CAD VCL
Topic: How to make truly NOT splitted arcs
Replies: 7
Views: 28660

Hi, dear Sergey <blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">VPort defines a direction in which a drawing is viewed. Commonly a drawing is being deformed when changing viewing direction relative to the screen flat co-ordina...
by AlexUS
11 Dec 2006, 12:37
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220899

Yes, now I see. Thank you, Sergey.

I've found one more bug in your component: if i draw line in AutoCAD in direction from right to left i can't select it in mmSelect mode in Editor. If I draw line in direction from left to right - I can select line without any problems
by AlexUS
08 Dec 2006, 13:29
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220899

Hi, Segey! <blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"> TsgDXFEntityAccess(FSelectedObject).Invoke(TsgDXFImageAccess(FsgImage.Picture.Graphic).Converter, TsgDXFImageAccess(FsgImage.Picture.Graphic).DrawEntity); <hr height=...