Version: 
Back to list

CAD :: createFace

Synopsis

   Create a face from a surface

GUI Dialog

   

Script function

   cad.createFace(surface[, loopList[, useSurfaceOrientation]]) -> face

Parameters

   surface (Surface) : Surface used to create the face
   loopList (LoopList[optional] : List of Loops used to create the face
   useSurfaceOrientation (Boolean[optional] : If True, the face will have the same orientation than the surface and loops will be inverted if they are inconsistent

Return value

   face (Face) : The created face