Make PartDesign::Boolean work with new Link structure

This is the first feature that used GeoFeatureGroupExtension and required links to the groups inside as well as to things on the same level. Hence a few modifications to link scopes have been nesseccary.
This commit is contained in:
Stefan Tröger
2017-08-04 20:08:52 +02:00
committed by wmayer
parent 4fa3005343
commit 8841fb0805
15 changed files with 124 additions and 83 deletions

View File

@@ -20,22 +20,27 @@
</Methode>
<Methode Name="addObject">
<Documentation>
<UserDocu>Add an object to the group</UserDocu>
<UserDocu>Add an object to the group. Returns all objects that have been added.</UserDocu>
</Documentation>
</Methode>
<Methode Name="addObjects">
<Documentation>
<UserDocu>Adds multiple objects to the group. Expects a list.</UserDocu>
<UserDocu>Adds multiple objects to the group. Expects a list and returns all objects that have been added.</UserDocu>
</Documentation>
</Methode>
<Methode Name="setObjects">
<Documentation>
<UserDocu>Sets the objects of the group. Expects a list and returns all objects that are now in the group.</UserDocu>
</Documentation>
</Methode>
<Methode Name="removeObject">
<Documentation>
<UserDocu>Remove an object from the group</UserDocu>
<UserDocu>Remove an object from the group and returns all objects that have been removed.</UserDocu>
</Documentation>
</Methode>
<Methode Name="removeObjects">
<Documentation>
<UserDocu>Remove multiple objects from the group. Expects a list.</UserDocu>
<UserDocu>Remove multiple objects from the group. Expects a list and returns all objects that have been removed.</UserDocu>
</Documentation>
</Methode>
<Methode Name="removeObjectsFromDocument">