Search found 4 matches

by Beginner98x
23 May 2006, 13:35
Forum: CAD VCL
Topic: Angle of SimpleImport circular arc
Replies: 3
Views: 15749

Thank you for answering.

However, the angle is necessary for me.
I want to know whether the direction of drawing is clockwise or opposite, too.

best regards.
by Beginner98x
12 May 2006, 13:54
Forum: CAD VCL
Topic: Angle of SimpleImport circular arc
Replies: 3
Views: 15749

Angle of SimpleImport circular arc

Hi, There is a case where the angle of the Insert circular arc of SimpleImport reverses. <b>procedure</b> TForm1.ReadCADEntities(Entity: TsgDXFEntity); <b>var</b> ..... <b>begin</b> C := EntColor(Entity, FCADParams.Insert); L := EntStyle(Entity); <b>if</b> Entity <b>is</b> TsgDXFArc <b>then begin</b...
by Beginner98x
06 May 2006, 01:09
Forum: CAD VCL
Topic: CAD Import VCL & C++Builder
Replies: 2
Views: 12954

The reason for the problem is that I was not using PtXMat().
It did not notice because it had displayed it.
Thank you.
by Beginner98x
28 Apr 2006, 06:12
Forum: CAD VCL
Topic: CAD Import VCL & C++Builder
Replies: 2
Views: 12954

CAD Import VCL & C++Builder

Hi,

The block cannot be inserted with C++Builder and it embarrasses it.
Is there succeeding in BCB though it moves correctly in Delphi?