Search found 2 matches
- 18 Jan 2007, 13:05
- Forum: CAD VCL
- Topic: Viewports import
- Replies: 1
- Views: 10446
Viewports import
Hello,
Is it possible to get a list of the entities that we can see in a view port ? And how .
the goal is to draw the paper space as normal layout !
thanks!
Is it possible to get a list of the entities that we can see in a view port ? And how .
the goal is to draw the paper space as normal layout !
thanks!
- 10 Jan 2007, 13:10
- Forum: CAD VCL
- Topic: TsgDXFAttdef and TsgDXFAttrib
- Replies: 2
- Views: 12887
To create insert I use this and it works very well <i><i>vInsert := TsgDXFInsert.Create; vBlock := TsgDXFBlock.Create; vBlock.Name := 'AttribsTest'; vAttdef := TsgDXFAttdef.Create; vAttdef.Tag := 'ATTDEF#1'; vAttdef.Text := 'This is ATTDEF text'; vAttdef.Height := 1; if Assigned(vCADFile.Converter.O...