The following example shows how to select only straight edges: step = AFXPickStep(self, self.edgeKw, 'Select a straight edge',
AFXPickStep.EDGES)
step.setEdgeRefinements(AFXPickStep.STRAIGHT)By default, no refinements are set. For a complete list of
refinements, see the
Abaqus GUI Toolkit Reference Guide.
| |||||||