Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

gpeCopyColAbutment

gpeCopyColAbutment(
u_sandbox
x_sourceCol
x_targetCol
[ ?verbose { t | nil } ]
)
=> t / nil

Description

Copies abutment information from one column to another.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

x_sourceCol

Specifies the source column from which abutment information must be copied. Valid values are from 0 through the number of columns in the Modgen.

x_targetCol

Specifies the target column to which abutment information must be copied. Valid values are from 0 through the number of columns in the Modgen.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

Abutment information was copied from the source to the target column.

nil

The command was unsuccessful.

Example

Copies abutment information from column 1 to column 2 in the given Modgen sandbox object:

sbox = gpeEditSandbox()
==> pe:#####
gpeCopyColAbutment(sbox 1 2 t)
==> t

Return to top
 ⠀
X