const std::shared_ptr<GeomAPI_Edge> theEdge, const std::shared_ptr<GeomAPI_Face> theFace)
{
if(!theEdge.get() || !theFace.get()) {
- return false;
+ return std::shared_ptr<GeomAPI_Vertex>();
}
TopoDS_Edge anEdge = TopoDS::Edge(theEdge->impl<TopoDS_Shape>());
#endif
aParameters.Append(MyVCallBack);
+ MyTCommunicator->RegisterPlugin("TKDFBrowser");
+ MyTCommunicator->RegisterPlugin("TKShapeView");
+ MyTCommunicator->RegisterPlugin("TKVInspector");
MyTCommunicator->RegisterPlugin("SMBrowser"); // custom plugin to view ModelAPI
MyTCommunicator->Init(aParameters);