Search found 2 matches
- 06 Jan 2015, 01:55
- Forum: CAD VCL
- Topic: Resize line by mouse
- Replies: 0
- Views: 30542
Resize line by mouse
Hello. In your demo 'Editor' after I load a dwg I can select a line by clicking on it, and then I can drag it around. 1) How can I change its length with mouse? I want to click one end of the line and drag only that end, so I can make the line shorter or longer, and also change its orientation. 2) I...
- 26 Nov 2014, 19:13
- Forum: CAD VCL
- Topic: moving a hatch
- Replies: 1
- Views: 13514
moving a hatch
Hello to everyone. I post code to create a hatch in a drawing - after having loaded a dwg under a drawingnavigator. This code works. .... private FsgPaintBox: TsgDrawingNavigator; .... public property sgPaintBox: TsgDrawingNavigator read GetFsgPaintBox; ......................... procedure TForm1.Add...