pcHIDefineStretch
pcHIDefineStretch(t_direction) =>d_StretchId
Description
Allows you to define a stretch parameter for specified objects by prompting you to select one or more objects in the current cellview. The argument t_direction determines which form the system displays when you complete selecting objects: Stretch in X or Stretch in Y.
Arguments
|
Valid Values: |
Value Returned
|
Group ID used to store the details of the stretch parameter. |
Examples
pcHIDefineStretch( "up" )
Prompts you to select objects in the current cellview and then displays the Stretch in Y form.
Return to top