def makePlane(cls, length, width, basePnt=None, dir=None):
     return Face(FreeCADPart.makePlan(length, width, toVector(basePnt), toVector(dir)))
Example #2
0
 def makePlane(cls, length, width, basePnt=None, dir=None):
     return Face(
         FreeCADPart.makePlan(length, width, toVector(basePnt),
                              toVector(dir)))