예제 #1
0
    def Activated(self):
        selection = FreeCADGui.Selection.getSelectionEx()

        c = a2p_constraints.PointOnPlaneConstraint(selection)
        cvp = a2p_constraintDialog.a2p_ConstraintValuePanel(
            c.constraintObject, 'createConstraint')
        FreeCADGui.Selection.clearSelection()
예제 #2
0
 def onPointOnPlaneButton(self):
     selection = FreeCADGui.Selection.getSelectionEx()
     self.activeConstraint = a2p_constraints.PointOnPlaneConstraint(selection)
     self.manageConstraint()