create_mesh_region#
- Layout.create_mesh_region(xy_exp, pos_z_exp, neg_z_exp, use_active_nets, incl_ref, ext, num_x_partitions, num_y_partitions)#
Designate a mesh region in a design and create partitions for meshing.
- Parameters:
- xy_exp
Value
Horizontal padding of the new mesh region (applied to both x and y directions).
- pos_z_exp
Value
Vertical padding above the new mesh region.
- neg_z_exp
Value
Vertical padding below the new mesh region.
- use_active_nets: bool
True
will create a new mesh region defined by the active nets in the design.False
will create a new mesh region defined by the dielectric extents in the design.- incl_refbool
True
will include bot positive nets and reference nets in the definition of the new mesh region.False
will not include bot positive nets and reference nets.- ext
ExtentType
Extent type of the new mesh region.
- num_x_partitions
int
Number of partitions to create on x-axis in the new mesh region.
- num_y_partitions
int
Number of partitions to create on y-axis in the new mesh region.
- xy_exp