Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -87,7 +87,7 @@ short LandmarkDimension::mustExecute() const
|
||||
|
||||
App::DocumentObjectExecReturn *LandmarkDimension::execute()
|
||||
{
|
||||
// Base::Console().Message("LD::execute() - %s\n", getNameInDocument());
|
||||
// Base::Console().message("LD::execute() - %s\n", getNameInDocument());
|
||||
if (!okToProceed()) {
|
||||
return App::DocumentObject::StdReturn;
|
||||
}
|
||||
@@ -96,7 +96,7 @@ App::DocumentObjectExecReturn *LandmarkDimension::execute()
|
||||
References2D.setValue(dvp);
|
||||
|
||||
std::vector<DocumentObject*> features = References3D.getValues();
|
||||
// Base::Console().Message("LD::execute - features: %d\n", features.size());
|
||||
// Base::Console().message("LD::execute - features: %d\n", features.size());
|
||||
//if distance, required size = 2
|
||||
//if angle, required size = 3; //not implemented yet
|
||||
unsigned int requiredSize = 2;
|
||||
@@ -127,7 +127,7 @@ App::DocumentObjectExecReturn *LandmarkDimension::execute()
|
||||
index++;
|
||||
}
|
||||
}
|
||||
// Base::Console().Message("LD::execute - front: %s back: %s\n",
|
||||
// Base::Console().message("LD::execute - front: %s back: %s\n",
|
||||
// DrawUtil::formatVector(points.front()).c_str(),
|
||||
// DrawUtil::formatVector(points.back()).c_str());
|
||||
setLinearPoints(points.front(), points.back());
|
||||
|
||||
Reference in New Issue
Block a user