Search found 15 matches

by mangchy
08 Dec 2005, 16:12
Forum: CAD VCL
Topic: ShowPoint error?
Replies: 6
Views: 22964

Hello, Tried test being downed library. Do and tried test by IsbigScale = true in Viewer example in C++ Builder 6.0. By the way, Showpoint function does not operation. Compiled your example gets a fine operation. Why does example operate inaccurately with your compiled example program? and received ...
by mangchy
07 Dec 2005, 13:52
Forum: CAD VCL
Topic: What is Unit?
Replies: 4
Views: 17774

Thank you! <blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by support</i> <br />Hello, For DXF ?DWG files: (TsgDXFImage*)(sgPaintBox->Picture->Graphic)->CurrentLayout->PlotSettings.PlotPaperUnits if (PlotP...
by mangchy
27 Nov 2005, 18:22
Forum: CAD VCL
Topic: find point?
Replies: 1
Views: 10169

find point?

Hello, I use the CADImportVCL library. C++ Builder 6.0 pro. I Want to make function such as Find Point at ABViewer program. So, that do not become well though writing ShowPoint function. when do big scale, disapear image. Do not seem to fix the bug though you speak that amended bug. It takes time so...
by mangchy
25 Nov 2005, 18:08
Forum: CAD VCL
Topic: ShowPoint error?
Replies: 6
Views: 22964

Hello, Though tried test being downloaded source, is same still. If do IsBigScale by true and do x = 390, y = 350, scale = 22000 in show point, image does not look. But, become exactly if do after do to do some measure zoom in by a mouse. Because there is no space that upload image source, is inconv...
by mangchy
24 Nov 2005, 16:04
Forum: CAD VCL
Topic: What is Unit?
Replies: 4
Views: 17774

Ok, I'm sorry. Want to know distance unit of graphic image..mm? inch? .. <blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by support</i> <br />Hello, Folder CADImportVCL\CBuilder\Units contains forms and un...
by mangchy
24 Nov 2005, 08:48
Forum: CAD VCL
Topic: What is Unit?
Replies: 4
Views: 17774

What is Unit?

Hi!
C++ Builder 6.0
CADImportVCL

What is unit?
by mangchy
24 Nov 2005, 08:23
Forum: CAD VCL
Topic: ShowPoint error?
Replies: 6
Views: 22964

ShowPoint error?

Hi!
C++ Builder 6.0


In Viewer example ShowPoint if do x =5, y =5, scale = 22000 image come out.
this time, scrollbar range is not correct.
why?

and Can not gerber file read at this program?
Is no there schedule?
by mangchy
16 Nov 2005, 17:23
Forum: CAD VCL
Topic: get the scale dxfimage...
Replies: 4
Views: 17134

I download that Files and tried but result is same . TFPoint SearchPoint; Extended vScale; double vX, vY; TFRect vExt; sgPaintBox->Align = alNone; vExt = ((TsgDXFImage *)(sgPaintBox->Picture->Graphic))->Extents; vX = StrToFloat(edtCaptureX->Text); vY = StrToFloat(edtCaptureY->Text); SearchPoint.X = ...
by mangchy
11 Nov 2005, 18:18
Forum: CAD VCL
Topic: get the scale dxfimage...
Replies: 4
Views: 17134

Ok! I'll wait. but I must finish a program using CADImportVCL component until next week.. I have things to do remained much. so, thank for your answering right. While develop by demonstration,we decide to purchase the license this time. <blockquote id="quote"><font size="1" face="Verdana, Arial, Hel...
by mangchy
11 Nov 2005, 18:07
Forum: CAD VCL
Topic: Can you rotate image at a point?
Replies: 1
Views: 9593

Can you rotate image at a point?

Hi!
using CPP Builder and CADImportVCL.

Can you rotate image at a point?
by mangchy
11 Nov 2005, 15:16
Forum: CAD VCL
Topic: How to draw line on the dxf image
Replies: 1
Views: 10048

How to draw line on the dxf image

Hi!
using CADImportVCL
CPP Builder 6

How to draw the line on the dxf image?
When open dxf image, I want to draw line to measure distance.
by mangchy
10 Nov 2005, 15:17
Forum: CAD VCL
Topic: get the scale dxfimage...
Replies: 4
Views: 17134

get the scale dxfimage...

Hi! using CPP Builder and CADImportVCL. following, I get the scale part image in a point. but the image somtimes exactly display or absent image in the TsgImage why? TFPoint SearchPoint; Extended vScale; double vX, vY; TFRect vExt; char DS; String S; sgPaintBox->Align = alNone; vExt = Img->Extents; ...
by mangchy
10 Nov 2005, 11:16
Forum: CAD VCL
Topic: How to get the mouse coords on the scaled dxfimage
Replies: 4
Views: 17785

wow!!! thank you~ good work! <blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by support</i> <br />Hello, The following come must help you: CPP Builder: TFPoint GetRealPointUsingsgImagePoint(TsgImage * AsgI...
by mangchy
09 Nov 2005, 16:04
Forum: CAD VCL
Topic: How to get the mouse coords on the scaled dxfimage
Replies: 4
Views: 17785

thank you, but I ask some question. I devlope using C++ Builder. The first, oping a dxf file, I want to get a dxfimage of the over 200 zoomin centering a point. TPoint tp = MakePoint(200, 100); ChangeScale(true, 200, tp); but not display any image. so, slow zoomin... show image of the exact point.. ...
by mangchy
08 Nov 2005, 03:06
Forum: CAD VCL
Topic: How to get the mouse coords on the scaled dxfimage
Replies: 4
Views: 17785

How to get the mouse coords on the scaled dxfimage

Hi! I use the CADImportVCL. mouse coords exact display in scale 1.0 TsgDXFImage *sgDXFImage = dynamic_cast<TsgDXFImage *>(sgPaintBox->Picture->Graphic); RECT vRect = sgPaintBox->PictureRect(); TFPoint vPoint = sgDXFImage->GetCADCoords(X * 1.0 / (vRect.right - vRect.left), 1 - Y * 1.0 / (vRect.bottom...