Search found 53 matches

by AlexUS
08 Dec 2006, 13:14
Forum: CAD VCL
Topic: How to make truly NOT splitted arcs
Replies: 7
Views: 28660

Hi, Sergey! <blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">Have you tried to set another values, for instance: Img.Converter.NumberOfPartsInSpline := 48; Img.Converter.NumberOfPartsInCircle := 48;<hr height="1" noshade id="qu...
by AlexUS
07 Dec 2006, 17:23
Forum: CAD VCL
Topic: How to make truly NOT splitted arcs
Replies: 7
Views: 28660

No, Sergey. I need to meke it the other. <blockquote id="quote"><font size="2" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"> Img.Converter.NumberOfPartsInSpline := 2; Img.Converter.NumberOfPartsInCircle := 5; <hr height="1" noshade id="quote"></font id="quote">...
by AlexUS
07 Dec 2006, 13:31
Forum: CAD VCL
Topic: How to make truly NOT splitted arcs
Replies: 7
Views: 28660

How to make truly NOT splitted arcs

Dear Sergey! Thank you for your answers. I have one more question. <b>procedure</b> TfmMain.btnSplittedArcClick(Sender: TObject); <b>begin</b> TsgDXFImage(FManager.sgImage.Picture.Graphic).UseWinEllipse := not btnSplittedArc.Down; <b>end</b>; It means that all arcs on image will be splitted/not spli...
by AlexUS
06 Dec 2006, 19:09
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220898

I try to change direction of lines in Editor. Compiler doesn't find mistakes in tis code: procedure ChangeLineDir (LineEnt:Pointer); var TmpPoint:TFPoint; begin TmpPoint := TsgDXFLine(LineEnt).Point; TsgDXFLine(LineEnt).Point := TsgDXFLine(LineEnt).Point1; TsgDXFLine(LineEnt).Point1:=TmpPoint; end; ...
by AlexUS
06 Dec 2006, 18:21
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220898

I'm sorry for those empty quotes.
by AlexUS
06 Dec 2006, 18:16
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220898

Dear Sergey! quote: We made some tests with the following library: http://www.cadsofttools.com/download/cadimportvcl.zip We failed to repeat this bug. If possible, please describe in detail your actions. 1. I make DWG-file which consists for example of 3 lines (but I use only lines). 2. As I told I ...
by AlexUS
05 Dec 2006, 16:08
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220898

Hi!
And one more thing:
Editor has limitations in zooming in, and after far zoom out (into point) it's not possible to zoom in the TsgImage.
Are there any program limitations in zooming and how can I fix it in program?

Thank you for your answers (I hope it very much)
by AlexUS
05 Dec 2006, 14:49
Forum: CAD VCL
Topic: Problems in CAD Editor demo
Replies: 64
Views: 220898

Problems in CAD Editor demo

I downloaded the Editor demo example application and have a few questions I make dwg-file in AutoCad 2005 which consists of 3 lines (not polylines and it doesn’t matter how many lines) and then I open thi file in Editor. I’ve added two lines in your unit sgSManager that is placed between “//**...