Search found 2 matches

by bstan
13 Dec 2007, 14:05
Forum: CAD .NET
Topic: Need help in SelectExt method.
Replies: 1
Views: 10030

Need help in SelectExt method.

<font face="Trebuchet MS">Good day. I trying to select an entity in my MouseMove() method, unfortunately, I found that, sometime, the SelectExt return null, even though there is line or entity under the mouse's cursor. Below are the sample.dxf, and the source code to reproduce the problem i faced. S...
by bstan
13 Dec 2007, 06:25
Forum: CAD .NET
Topic: Need help in removing entity in cad drawing
Replies: 1
Views: 12176

Need help in removing entity in cad drawing

I had tried remove entity of a cad drawing using the method CADImage.RemoveEntity(). Unfortunately, it seem only could work under the evaluation copy, but not in registered copy. Below are the same code that I try to remove all the entities that belongs to layer with name "green", by taking off the ...