Misc. typos
Found via `codespell`
This commit is contained in:
@@ -99,7 +99,7 @@ namespace dcm {
|
||||
|
||||
namespace details {
|
||||
|
||||
//return always a geometry3d pointer struct, no matter whats the supplied type
|
||||
//return always a geometry3d pointer struct, no matter what's the supplied type
|
||||
template<typename T, typename R>
|
||||
struct converter_g {
|
||||
//check if the type T is usable from within module3d, as it could also be a shape type
|
||||
|
||||
@@ -199,7 +199,7 @@ void ViewProviderProduct::drop(const std::vector<const App::DocumentObject*> &ob
|
||||
// Gui::Command::doCommand(Gui::Command::Doc,"App.activeDocument().addObject('App::Plane','%s')",Plane3Name.c_str());
|
||||
// Gui::Command::doCommand(Gui::Command::Doc,"App.activeDocument().ActiveObject.Placement = App.Placement(App.Vector(),App.Rotation(App.Vector(1,0,0),90))");
|
||||
// Gui::Command::doCommand(Gui::Command::Doc,"App.activeDocument().ActiveObject.Label = 'XZ-Plane'");
|
||||
// // add to anotation set of the Part object
|
||||
// // add to annotation set of the Part object
|
||||
// Gui::Command::doCommand(Gui::Command::Doc,"App.activeDocument().%s.Annotation = [App.activeDocument().%s,App.activeDocument().%s,App.activeDocument().%s] ",PartName.c_str(),Plane1Name.c_str(),Plane2Name.c_str(),Plane3Name.c_str());
|
||||
// // add the main body
|
||||
// Gui::Command::doCommand(Gui::Command::Doc,"App.activeDocument().%s.Model = App.activeDocument().%s ",PartName.c_str(),BodyName.c_str());
|
||||
|
||||
@@ -188,7 +188,7 @@ void ViewProviderProductRef::drop(const std::vector<const App::DocumentObject*>
|
||||
// Gui::Command::doCommand(Gui::Command::Doc,"App.activeDocument().addObject('App::Plane','%s')",Plane3Name.c_str());
|
||||
// Gui::Command::doCommand(Gui::Command::Doc,"App.activeDocument().ActiveObject.Placement = App.Placement(App.Vector(),App.Rotation(App.Vector(1,0,0),90))");
|
||||
// Gui::Command::doCommand(Gui::Command::Doc,"App.activeDocument().ActiveObject.Label = 'XZ-Plane'");
|
||||
// // add to anotation set of the Part object
|
||||
// // add to annotation set of the Part object
|
||||
// Gui::Command::doCommand(Gui::Command::Doc,"App.activeDocument().%s.Annotation = [App.activeDocument().%s,App.activeDocument().%s,App.activeDocument().%s] ",PartName.c_str(),Plane1Name.c_str(),Plane2Name.c_str(),Plane3Name.c_str());
|
||||
// // add the main body
|
||||
// Gui::Command::doCommand(Gui::Command::Doc,"App.activeDocument().%s.Model = App.activeDocument().%s ",PartName.c_str(),BodyName.c_str());
|
||||
|
||||
Reference in New Issue
Block a user