Use model.component(<ctag>).mesh(<tag>).create(<ftag>,"BndLayer") to create a boundary layer mesh in domains in 2D and 3D, and on faces in 3D.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection() to specify the domain or boundary selection. If you do not specify the selection, the feature operates on all domains or on all boundaries depending on the selection dimension of the corresponding
BndLayerProp attribute.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).create(<ftag1>,"BndLayerProp") to add a
BndLayerProp attribute feature defining the locations and properties of the boundary layers.