TopoDS_Shape aTDShape = aShapePtr->impl<TopoDS_Shape>();
AISObjectPtr aIOPtr = myWorkshop->findPresentation(aResult);
if (aIOPtr.get()) {
- Handle(AIS_InteractiveObject) anIO = aIOPtr->impl<Handle(AIS_InteractiveObject)>();
+ Handle(AIS_InteractiveObject) anIO =
+ aIOPtr->impl<Handle(AIS_InteractiveObject)>();
aOwnersList.Append(new StdSelect_BRepOwner(aTDShape, anIO));
}
else
"Add parameter in parameters manager dialog",
Config_Prop::Shortcut, "Ctrl+A");
- Config_PropManager::registerProp("Windows", "use_hide_faces_panel", "Use HideFaces panel in operations",
- Config_Prop::Boolean, "false");
+ Config_PropManager::registerProp("Windows", "use_hide_faces_panel",
+ "Use HideFaces panel in operations", Config_Prop::Boolean, "false");
}
//******************************************************
(theId == SketchPlugin_Arc::ID()) ||
(theId == SketchPlugin_Circle::ID()) ||
(theId == SketchPlugin_Ellipse::ID()) ||
+ (theId == SketchPlugin_Projection::ID()) ||
+ (theId == SketchPlugin_IntersectionPoint::ID()) ||
(theId == SketchPlugin_EllipticArc::ID());
}