1- I select an object to move in height 2- I invoke the Move command (M,V) 3- I click on any point, line, reference plane 4- I press the Z key to force vertically 5- The movement is restricted well in vertical, but the measurement to be entered by typing is done on the x ...
FreeCAD version: Category: Feature Status: new Tags: Original report text Move versus edit objects Additional information Extra demand for Move: the new position of an object SHALL NOT be stored in the object! It shall be stored in something related and coupled to the move command. Clarificatio...
TopoDS_Shape sketchshape = getVerifiedFace();if(sketchshape.IsNull())returnnewApp::DocumentObjectExecReturn("Pipe: No valid sketch or face as first section");else{//TODO:currently we only allow planar faces. the reason for this is that with other faces in front, we could//not use the ...
# 需要导入模块: import Draft [as 别名]# 或者: from Draft importmove[as 别名]defcloneUp(self):ifhasattr(self,"Object"):ifnotself.Object.Height.Value: FreeCAD.Console.PrintError("This level has no height value. Please define a height before using this function.\n")returnheight = self.Obje...
A position-force controller for the gripper, previously presented, has been used to pick up and hold the object during the manipulation. Some experiments where carried out to asses the result of the interface, the execution of the motion planning avoiding collision and the grasp to the object....
It may be a bug in Freecad. No matter what I drag to any place, Freecad does not allow me to move the object. The cursor does not change either showing me that it is possible. this was working in the previous version of Freecad weekly. ...
In this example, the Make Link generated from Box > bBottom can't be moved into Cover. In the following project... Select the Box > bBottom object and Link Actions > Make Link. Try to drag the generate link into Cover. In the larger project this sample is based on, I can only mo...
}catch(...) {returnnewApp::DocumentObjectExecReturn("General error in RuledSurface::execute()"); } } 开发者ID:frankhardy,项目名称:FreeCAD,代码行数:101,代码来源:PartFeatures.cpp 示例11: DocumentObjectExecReturn ▲点赞 1▼ App::DocumentObjectExecReturn *Loft::execute(void) ...
prism = refineShapeIfActive(prism);// And the really expensive way to get the SubShape...BRepAlgoAPI_CutmkCut(support, prism);if(!mkCut.IsDone())returnnewApp::DocumentObjectExecReturn("Pocket: Up to face: Could not get SubShape!");//FIXME:In some cases this affects the Shape property...
Even after right clicking the assembly and choosing "Active object", nothing can move.Ok, I see, if I double click on the part after making the assembly active again, I am able to drag it. I'll add this to my list of FreeCAD quirks, as I imagine it is not high on the list of...