R
rick
Guest
I have a variable cellHeight and would like to create a straight path
from source to
to the top of the cell. Rl_fromObj does work but I get an "any angle"
path and I need
a straight path. The example below does work but isnt very elegant
or flexible. Is there
a way that specifies the "Y" point instead of a "add to"? The "X"
position will vary
foreach(ptran list(psourcel psourcer)
rodCreatePath( ?cvId cv
?termName powerName
?layer list(metal1Layer "drawing")
?width getq(ptran width)
?pts list(getq(ptran lowerCenter)
rodAddToY(getq(ptran upperCenter) cellHeight - 8.0)
)
)
); foreach
from source to
to the top of the cell. Rl_fromObj does work but I get an "any angle"
path and I need
a straight path. The example below does work but isnt very elegant
or flexible. Is there
a way that specifies the "Y" point instead of a "add to"? The "X"
position will vary
foreach(ptran list(psourcel psourcer)
rodCreatePath( ?cvId cv
?termName powerName
?layer list(metal1Layer "drawing")
?width getq(ptran width)
?pts list(getq(ptran lowerCenter)
rodAddToY(getq(ptran upperCenter) cellHeight - 8.0)
)
)
); foreach