Searched defs:FreeCAD (Results 1 - 1 of 1) sorted by relevance

/hets/FreeCAD/Plugins/
H A Dfcmacro.py24 import FreeCAD namespace
94 base = FreeCAD.Vector(float(pos['x']), float(pos['y']), float(pos['z']))
98 axis = FreeCAD.Vector(q0, q1, q2)
99 place = FreeCAD.Placement(base, axis, angle)
102 defpnt = FreeCAD.Vector()
103 defdir = FreeCAD.Vector(0,0,1)
104 defplace = FreeCAD.Placement()
137 secpnt = FreeCAD.Vector(float(b['length']),0,0)
170 obj.Dir = float(FreeCAD.Vector(float(b['valueX']),
186 #now the actual placement is added to the FreeCAD objec
[all...]

Completed in 1192 milliseconds