Use model.component(<ctag>).mesh(<tag>).create(<ftag>,"Reference") to refer to another meshing sequence. Use
model.component(<ctag>).mesh(<tag>).feature(<ftag>).create(<ftag1>,ftype) to add
Scale attribute features.
Use model.component(<ctag>).mesh(<tag>).feature(<ftag>).expand() to replace the reference with a copy of the referred sequence, where the attributes have been scaled with the scale attribute features of the reference.
Use the sequence property to specify another meshing sequence on the same geometry. When running the feature, all features of the specified sequence are run in the current context.
Create a mixed mesh with quads and triangles on a geometry. Create a second meshing sequence with a scale feature and a reference to the first meshing sequence. The result is a coarser version of the first mesh.