| theObject | published GEOM object, arguments of which will be published |
| theArgs | list of GEOM_Object, operation arguments to be published. If this list is empty, all operation arguments will be published |
| theFindMethod | method to search subshapes, corresponding to arguments and their subshapes. Value from enumeration GEOM.find_shape_method. |
| theInheritFirstArg | set properties of the first argument for theObject. Do not publish subshapes in place of arguments, but only in place of subshapes of the first argument, because the whole shape corresponds to the first argument. Mainly to be used after transformations, but it also can be usefull after partition with one object shape, and some other operations, where only the first argument has to be considered. If theObject has only one argument shape, this flag is automatically considered as True, not regarding really passed value. |