def Activated(self): selection = FreeCADGui.Selection.getSelectionEx() c = a2p_constraints.PointIdentityConstraint(selection) cvp = a2p_constraintDialog.a2p_ConstraintValuePanel( c.constraintObject, 'createConstraint') FreeCADGui.Selection.clearSelection()
def onPointIdentityButton(self): selection = FreeCADGui.Selection.getSelectionEx() self.activeConstraint = a2p_constraints.PointIdentityConstraint(selection) self.manageConstraint()