Search found 33 matches
- 27 Jan 2017, 10:48
- Forum: CAD VCL
- Topic: TsgDXFDimension and ArrowSize
- Replies: 1
- Views: 20996
TsgDXFDimension and ArrowSize
Hi, i use CadSoftTools since the Version 8.00, I use some TsgDXFDimension. But with the last version 11.0, if i modify the size (ArrowSize or TextHeight) , i got no change, and the arrows and the text are very small. Did i make a mistake ? dim := TsgDXFDimension.Create; dim.DefPoint := MakeFPoint(Xr...
- 25 Mar 2014, 13:10
- Forum: CAD DLL
- Topic: CadExport DWG
- Replies: 1
- Views: 31970
CadExport DWG
Hi, We use CadExport DWG (Under Delphi 2007 : source buying). For testing i use the viewer project. But i Add something like this : form1.Version_dwg:=TsgDWGVersion(RadioGroup2.ItemIndex); to try all format.. But only dwg ac2000 seems working ! (when i use another, the viewer can't reload it...). Is...
- 14 Nov 2013, 18:53
- Forum: CAD VCL
- Topic: Block Z in the 9.1
- Replies: 1
- Views: 12565
Block Z in the 9.1
Hi, I use the 9.1 version (with source ...since 7.0). I have a problem with Insert and Z Coord. I add 2 insert : one at Z=0 with a hash (it's a door) And i add another insert with z=10 (i don't use 3d view, it's just to be sure to view it) ! -> So i don't see the second Insert ! And if i use the 3D ...
- 29 Mar 2013, 11:13
- Forum: CAD VCL
- Topic: Clear a drawing
- Replies: 1
- Views: 12595
Clear a drawing
Hi,
for my software i need clear my drawing, but don't erase blocks, just entities. (to have a maximum of speed to refresh drawing after a calculation).
What is the better way do to that ?
Thx
Eric
for my software i need clear my drawing, but don't erase blocks, just entities. (to have a maximum of speed to refresh drawing after a calculation).
What is the better way do to that ?
Thx
Eric
- 25 Jun 2010, 13:14
- Forum: Developers forum
- Topic: Idea for new thread forum
- Replies: 3
- Views: 62719
Re: Idea for new thread forum
Hi,
Just add 'Your product' .
It's just to share experience. And lets another developper view what peoples do with CadSoftTools.
yes i can moderate it if you want.
Best regard.
E.Jourde
Just add 'Your product' .
It's just to share experience. And lets another developper view what peoples do with CadSoftTools.
yes i can moderate it if you want.
Best regard.
E.Jourde
- 17 Jun 2010, 12:05
- Forum: Developers forum
- Topic: Idea for new thread forum
- Replies: 3
- Views: 62719
Idea for new thread forum
Hi, i'm using CadSoftTools since 5 years ago now, i'm happy with it. But i would like to know what other developers does with it ! So maybe you could open a forum's section where developer can put screenshoot and small description. We could then talk each other about fonctionnality and other sujet. ...
- 21 May 2010, 12:17
- Forum: CAD VCL
- Topic: CadImport and CadExport V7.2.5 with source
- Replies: 3
- Views: 19156
Re: CadImport and CadExport V7.2.5 with source
Ok sorry,
i found how to do
All is wroking nice !
thank you
Best regards.
E.Jourde
i found how to do

All is wroking nice !
thank you
Best regards.
E.Jourde
- 20 May 2010, 17:34
- Forum: CAD VCL
- Topic: CadImport and CadExport V7.2.5 with source
- Replies: 3
- Views: 19156
CadImport and CadExport V7.2.5 with source
Hi, I receive my command of the version 7.2.5 of CadImport and CadExport. But : - there is not packages to install it under Delphi ? is it normal ? - When i build a demo (editor for sample), all build go, all dcu are created, but i got the message 'demo version' ! why ? - in the last version there w...
- 26 Mar 2010, 11:56
- Forum: CAD VCL
- Topic: Moving a TsgDXFImageEnt
- Replies: 1
- Views: 12838
Moving a TsgDXFImageEnt
Hi, i continu my software unsing CadImporVCl. Now i add Externals dwg and BitMap files to puts on the drawing existing. To enable user to modify the 'externals entities', i add a form to change position, scale,etc... for sample for Insert : Point.x and Point.y -> The attach point of the Insert : tha...
- 03 Dec 2008, 13:28
- Forum: CAD VCL
- Topic: DXFExportVCL
- Replies: 1
- Views: 12369
DXFExportVCL
Hi, i just DXFExportVCL compoment to create a dxf file dirtectly from my drawing. ( i use the 6.1 version of CadImport and DxfExport with source). I use this code to export : procedure TForm_FaceAvant.CreateDXF; var vExp: TsgCADtoDXF; Nom_dxf: string; Version: TsgDWGVersion; begin SaveDialogDXF.Filt...
- 25 Jul 2007, 20:29
- Forum: CAD VCL
- Topic: Restore a zoom
- Replies: 2
- Views: 14090
Restore a zoom
Hi, For my software i need to re-created a new TSgImage some times (when i add or remove entityes, then a re-load all entities (just some insert)). So i have a procedure New_Drawing who free my sgimage and the create another (who loadfile a empty dwg file to be initialized). After i redraw all my da...
- 14 Feb 2007, 10:49
- Forum: General questions and answers
- Topic: TsgCADtoDXF
- Replies: 1
- Views: 39726
TsgCADtoDXF
I try to export DXF file in 2000,2004 or 2007 format. But my drawing have some DASHDOT lines in it.
Then All dxf files don't works under AutoCAD, it seems that the definition of DASHDOT is missing.
Have you see that ?
Thanks
Best Regards
Then All dxf files don't works under AutoCAD, it seems that the definition of DASHDOT is missing.
Have you see that ?
Thanks
Best Regards
Haching
i writing to you by mail about some problems in hatch (the drawing of a hatch hide the line of the drawing).
You say you will take a look about that.
Any news ?
Thanks
You say you will take a look about that.
Any news ?
Thanks
- 08 Jan 2007, 12:34
- Forum: CAD VCL
- Topic: TsgDXFAttdef and TsgDXFAttrib
- Replies: 2
- Views: 12883
TsgDXFAttdef and TsgDXFAttrib
First thanks, we receive the update of the compoment. I try to add dxfattdef and attrib in a insert. But i found nowhere a sample ! can you say how to do ? Thanks ps : ok i found, but with this: vAttrib := TsgDXFAttrib.Create; vAttrib.Point := MakeFPoint(10, 10, 0); vAttrib.Tag := 'Affectation';// =...
- 04 Jan 2007, 10:57
- Forum: CAD VCL
- Topic: CADtoDXF.zip
- Replies: 12
- Views: 47492