Fixed Typos
This commit is contained in:
committed by
Yorik van Havre
parent
6a385f5ee3
commit
b60fe48564
@@ -153,8 +153,8 @@ private:
|
||||
};
|
||||
|
||||
/** the Link Poperty with sub elements
|
||||
* This property links a object and a defined sequence of
|
||||
* sub elements. This subelemts (like Edges of a Shape)
|
||||
* This property links an object and a defined sequence of
|
||||
* sub elements. These subelements (like Edges of a Shape)
|
||||
* are stored as names, which can be resolved by the
|
||||
* ComplexGeoDataType interface to concrete sub objects.
|
||||
*/
|
||||
|
||||
@@ -46,7 +46,7 @@ class SequencerLauncher;
|
||||
* #include <Base/Sequencer.h>
|
||||
*
|
||||
* //first example
|
||||
* Base::SequencerLauncher seq("my text", 10))
|
||||
* Base::SequencerLauncher seq("my text", 10)
|
||||
* for (int i=0; i<10; i++)
|
||||
* {
|
||||
* // do something
|
||||
@@ -54,7 +54,7 @@ class SequencerLauncher;
|
||||
* }
|
||||
*
|
||||
* //second example
|
||||
* Base::SequencerLauncher seq("my text", 10))
|
||||
* Base::SequencerLauncher seq("my text", 10)
|
||||
* do
|
||||
* {
|
||||
* // do something
|
||||
|
||||
@@ -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