scoped_sizing#
Bases:
TUIMenu
Manage scoped sizing.
Methods:
compute
(*args, **kwargs)Computes the size field based on the defined size functions and/or scoped size controls.
create
(*args, **kwargs)Defines the scoped size based on the specified parameters.
delete
(*args, **kwargs)Deletes the specified scoped size controls.
delete_all
(*args, **kwargs)Deletes all the defined scoped size controls.
delete_size_field
(*args, **kwargs)Deletes the current size field.
list
(*args, **kwargs)Lists all the defined scoped size controls and the corresponding parameter values defined.
list_zones_uncovered_by_controls
(*args, **kwargs)Lists the zones for which no scoped sizing controls have been defined.
modify
(*args, **kwargs)Modifies the scoped size control definition.
read
(*args, **kwargs)Enables you to read in a scoped sizing file (*.szcontrol).
validate
(*args, **kwargs)Validates the scoped sizing controls defined.
write
(*args, **kwargs)Enables you to write a scoped sizing file (*.szcontrol).
Computes the size field based on the defined size functions and/or scoped size controls.
Defines the scoped size based on the specified parameters.
Deletes the specified scoped size controls.
Deletes all the defined scoped size controls.
Deletes the current size field.
Lists all the defined scoped size controls and the corresponding parameter values defined.
Lists the zones for which no scoped sizing controls have been defined.
Modifies the scoped size control definition.
Enables you to read in a scoped sizing file (*.szcontrol).
Validates the scoped sizing controls defined. An error will be reported if the scoped sizing controls do not exist or the scope for one (or more) controls is invalid.
Enables you to write a scoped sizing file (*.szcontrol).