Use model.component(<ctag>).mesh(<tag>).create(<ftag>,"Scale") to scale size properties defined in the sequence and use
model.mesh(<tag>).feature(<ftag>).create(<ftag1>,"Scale") to scale size properties defined in the sequence referred to by the
Reference feature
<ftag>.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).selection() or
model.mesh(<tag>).component(<ctag>).feature(<ftag>).feature(<ftag1>).selection() to specify the geometric entity selection or the entire geometry (which is default).
Scale is a positive number. The feature scales mesh size properties, distribution properties, and boundary layer properties affecting mesh elements generated by features following the scale feature. The scale feature also affects size properties defined by
Size,
Distribution, and
BndLayerProp features occurring later in the sequence.
Create a block and mesh it with 10-by-10-by-10 hexahedra. Setting scale to 2 gives you a block with 5-by-5-by-5 hexahedra and setting the scale to 0.5 gives you a block with 20-by-20-by-20 hexahedra.