Pinned Loading
-
calculate distance between two selec...
calculate distance between two selected parts in freecad for urdf 1import math
2import numpy as np
3# https://www.freecadweb.org/wiki/Code_snippets
4sel = FreeCADGui.Selection.getSelection() # select object with getSelection()
5boundBox_= sel[0].Shape.BoundBox # BoundBox of the object
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.