阅读:2463回复:1
版主:如何得到一个面积里面的所有某一个类型的对象?
有一个的面状对象,要得到该面状对象里面的其他对象!
有什么方法可以做到? |
|
1楼#
发布于:2003-12-26 09:34
还是我来说好了!!
_local intk_bound << .in_tkobject.bounds intk_bound_new << intk_bound.expand( intk_bound.width/10 ) .grs.main_view.set_view( intk_bound_new ) .grs.box_select( intk_bound_new , .grs.main_view ) .select_objectset.empty() .select_objectset << .grs.current_set |
|