Open Cascade:AIS_InteractiveContext如何调用函数选择AIS对象

AIS_InteractiveContext如何调用函数选择AIS对象

myAISContext->MoveTo(point.x, point.y, myView);

myAISContext->Select(Standard_True);

myAISContext->Select(aStartDragX, aStartDargY, theMouseX, theMouseY, theView,Standard_True);

posted @ 2019-05-31 13:46  余生以学  阅读(1240)  评论(0)    收藏  举报