Search found 3 matches
- 05 May 2015, 09:55
- Forum: CAD .NET
- Topic: TcOptionalData
- Replies: 1
- Views: 14043
TcOptionalData
Hello,
Is it possible to view attribute (text) associated with TcOptionalData for an entity in a dxf file?
Many thanks,
Tom
Is it possible to view attribute (text) associated with TcOptionalData for an entity in a dxf file?
Many thanks,
Tom
- 20 Feb 2015, 12:04
- Forum: CAD .NET
- Topic: Selection bounding box
- Replies: 3
- Views: 19586
Re: Selection bounding box
Hi Mikhail, Thank you very much, that seems doable. One more question: When doing multi select with a mouse rectangle: cadImage.SelectionMode = SelectionEntityMode.Enabled; cadImage.MultipleSelect(rect, true, true); those entities are selected, which lie completely in the rectangle. Is it possible t...
- 18 Feb 2015, 17:21
- Forum: CAD .NET
- Topic: Selection bounding box
- Replies: 3
- Views: 19586
Selection bounding box
Hello, When selecting a block entity, there is a bounding rectangle drawn around the selected entity. Is it possible to just highlight the entity with dashed pattern, without drawing the bounding selection rectangle? Also, when selecting a line entity, the line is highlighted with dash pattern, but ...