Version: 
Back to list

Scene :: createPlane

Synopsis

   Create a new plane

GUI Dialog

   

Script function

   scene.createPlane(sizeY, sizeX[, subdivisionX[, subdivisionY[, generateUV]]]) -> occurrence

Parameters

   sizeY (Double) : Size of the Plane on the y axis
   sizeX (Double) : Size of the Plane on the x axis
   subdivisionX (Int[optional] : Subdivision of the Plane on the x axis
   subdivisionY (Int[optional] : Subdivision of the Plane on the y axis
   generateUV (Boolean[optional] : Generation of the UV

Return value

   occurrence (Occurrence) : The created Occurrence