The following example shows how to allow repeated selections: step = AFXPickStep(self, self.edgeKw, 'Select a straight edge', AFXPickStep.EDGES) step.allowRepeatedSelections(True)Disallowing repeated picks works only for geometry items such as vertices, edges, and faces; it does not work for nodes and elements. |