Fixed Typos
This commit is contained in:
committed by
Yorik van Havre
parent
6a385f5ee3
commit
b60fe48564
@@ -53,6 +53,7 @@ public:
|
||||
|
||||
/// Returns a point of the feature it counts as it's base
|
||||
virtual Base::Vector3d getBasePoint () const;
|
||||
|
||||
protected:
|
||||
void onDocumentRestored();
|
||||
};
|
||||
|
||||
@@ -79,7 +79,7 @@ public:
|
||||
* and into the begin if where is InsertAfter.
|
||||
* @param after if true insert the feature after the target. Default is false.
|
||||
*
|
||||
* @note the methode doesn't modifies the Tip unlike addObject()
|
||||
* @note the method doesn't modify the Tip unlike addObject()
|
||||
*/
|
||||
void insertObject(App::DocumentObject* feature, App::DocumentObject* target, bool after=false);
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
|
||||
<PythonExport
|
||||
Father="BodyBasePy"
|
||||
@@ -24,7 +24,7 @@
|
||||
and into the begin if where is InsertAfter.
|
||||
@param after if true insert the feature after the target. Default is false.
|
||||
|
||||
@note the methode doesn't modifies the Tip unlike addObject()
|
||||
@note the method doesn't modify the Tip unlike addObject()
|
||||
</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
|
||||
Reference in New Issue
Block a user