Search found 6 matches
- 27 Jun 2006, 15:54
- Forum: CAD VCL
- Topic: TsgDXFHatch & Delphi 5
- Replies: 10
- Views: 37257
- 15 Jun 2006, 18:16
- Forum: CAD VCL
- Topic: TsgDXFHatch & Delphi 5
- Replies: 10
- Views: 37257
Thanks Sergey, that works perfectly [;)]
Got another (last ?) question [:D]
Somewhere in my code, i have this property :
But, there is no TsgCADHatch(Entite).Pen.Width.
What is the actual property for the Pen Width of the hatch ?
Thanks for your help [^]
Fabien.
Got another (last ?) question [:D]
Somewhere in my code, i have this property :
Code: Select all
TsgDXFHatch(Entite).Pen.Width
What is the actual property for the Pen Width of the hatch ?
Thanks for your help [^]
Fabien.
- 15 Jun 2006, 13:38
- Forum: CAD VCL
- Topic: TsgDXFHatch & Delphi 5
- Replies: 10
- Views: 37257
Hello ! The support gave me this code last year : <b>procedure</b> YourProc(AHatch: TsgDXFHatch); <b>var</b> vList: TList; vFP: TFPoint; I, J: Integer; <b>begin</b> ////... <b>for</b> I := 0 <b>to</b> AHatch.Polylines.Count - 1 <b>do begin</b> vList := AHatch.Polylines[I];// I - index of hatch bound...
- 24 Oct 2005, 13:48
- Forum: CAD VCL
- Topic: TsgDXFHatch & Delphi 5
- Replies: 10
- Views: 37257
- 20 Oct 2005, 18:11
- Forum: CAD VCL
- Topic: TsgDXFHatch & Delphi 5
- Replies: 10
- Views: 37257
Thanks for your support, sergey ! What I want to do is to identify the exact area where is aplied the hatch. This hatch would be then identify as a brush property of any shape i want to draw in a delphi canvas, like polylines, circles, etc. Is it possible ? Even if the hatch style is not the same as...
- 20 Oct 2005, 11:51
- Forum: CAD VCL
- Topic: TsgDXFHatch & Delphi 5
- Replies: 10
- Views: 37257
TsgDXFHatch & Delphi 5
Hello !
My company has recently bought the last version of your software CADImportVCL for Delphi 5.
I would like to know if it is possible to reproduce a Hatch entity into a Delphi 5 Canvas, and of course how can we do it ?
Thanks for your reply !
Best regard,
Fabien.
My company has recently bought the last version of your software CADImportVCL for Delphi 5.
I would like to know if it is possible to reproduce a Hatch entity into a Delphi 5 Canvas, and of course how can we do it ?
Thanks for your reply !
Best regard,
Fabien.