Message 1 of 3
AcDbPolyline Derived Custom class does not reply for intersectWith() function
Not applicable
08-01-2007
12:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I made a class which is derived from AcDbPolyline.Everything is OK but snap intersection point is always fail. So I place a breakpoint in the intersectWith() function,and it doesn't work.
Rarely system can enter intersectWith() ,Trim Break command and object trace mode use it.The breakpoint react at
this time.
Custom class derived from AcDbCurve does not have this problem,but It is hard to change my class.
In Acad2002,Acad2006.
Best wishes!
Thank you.
I made a class which is derived from AcDbPolyline.Everything is OK but snap intersection point is always fail. So I place a breakpoint in the intersectWith() function,and it doesn't work.
Rarely system can enter intersectWith() ,Trim Break command and object trace mode use it.The breakpoint react at
this time.
Custom class derived from AcDbCurve does not have this problem,but It is hard to change my class.
In Acad2002,Acad2006.
Best wishes!
Thank you.