Glyph Version 7.22.2 Mode Types - - Dimensioner |
pw:: DimensionerThe connector dimensioning mode type Derives FromNotesTo create a mode of this type, use the pw::Application.begin command with the mode Dimension specified, like this: set dimensioner [pw::Application begin Dimension] Summary
isBalanced
This action checks if the dimensions are currently balanced. ParametersThis action has no parameters. ReturnsThis action returns a boolean, true if dimensions are balanced. canReset
This action checks if the dimensions can be reset to a previous balanced state. ParametersThis action has no parameters. ReturnsThis action returns a boolean, true if dimensions can be reset. balance
This action tries to balance the current dimensions. Parameters
ReturnsThis action returns nothing. InformationThis command sets the dimension of all of the connectors in a group equal to the dimension of the most recently modified connector, and then balances domains by adjusting the dimensions of connectors. getGroupCount
This action gets the number of connector dimensioning groups. ParametersThis action has no parameters. ReturnsThis action returns the integer number of gropus. getGroup
This action gets the connectors of a dimensioning group using the group index or a connector. Parameters
ReturnsThis action returns a list of pw::Connector objects. getGroups
This action gets the connectors of all of the dimensioning groups. ParametersThe action has no parameters. ReturnsThis action returns a list of lists of pw::Connector objects. getUnbalancedConnectors
This action gets a list of the connectors that are unbalanced. Parameters
ReturnsThis action returns a list of pw::Connector objects. getUnbalancedDomains
This action gets a list of the domains that are unbalanced. ParametersThis action has no parameters. ReturnsThis action returns a list of pw::Domain objects. getAffectedConnectors
This action gets a list of the connectors that are affected by the dimensioning. ParametersThis action has no parameters. ReturnsThis action returns a list of pw::Connector objects. getAffectedDomains
This action gets a list of the domains that are affected by the dimensioning. ParametersThis action has no parameters. ReturnsThis action returns a list of pw::Domain objects. |
This action checks if the dimensions are currently balanced.
$dim isBalanced
This action checks if the dimensions can be reset to a previous balanced state.
$dim canReset
This action sets the dimensions back to the last balanced state.
$dim reset
This action tries to balance the current dimensions.
$dim balance ?-resetGeneralDistributions?
This action gets the number of connector dimensioning groups.
$dim getGroupCount
This action gets the connectors of a dimensioning group using the group index or a connector.
$dim getGroup < index | con >
This action gets the connectors of all of the dimensioning groups.
$dim getGroups
This action gets a list of the connectors that are unbalanced.
$dim getUnbalancedConnectors ?-initial? ?-modified? ?-balanced?
This action gets a list of the domains that are unbalanced.
$dim getUnbalancedDomains
This action gets a list of the connectors that are affected by the dimensioning.
$dim getAffectedConnectors
This action gets a list of the domains that are affected by the dimensioning.
$dim getAffectedDomains
This action begins a mode in the application.
pw::Application begin ?-mode_specific_flags? mode ?entities?