Use model.component(<ctag>).mesh(<tag>).create(<ftag>,"Map") to create a structured quadrilateral mesh.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection() to specify the domain (boundary in 3D) selection. If you do not specify any selection the feature creates a mesh on the remaining domains in 2D. In 3D, the default selection is empty.