leConvertShapeToPathSeg
leConvertShapeToPathSeg(d_shapeId) =>l_newShapes/nil
Description
Converts a shape to an equivalent pathSeg. The function follows the routing direction defined for the corresponding layer in the technology file.
Arguments
Value Returned
|
The list of shapes resulting from the function if the shape is converted to pathSegs. |
|
Example
Converts the shape shape2 to a pathSeg and returns a list of object IDs of the new shapes.
leConvertShapeToPathSeg(shape2)
Return to top