"""Vector math library for FreeCAD""" import math import FreeCAD def add(first, other): """add(Vector,Vector) - adds two vectors""" if ...
確定! 回上一頁