vfpSbSetPolygonalBoundary
vfpSbSetPolygonalBoundary(
l_PhysLCV
l_ listOfPolygonPoints
)
=> t / nil
Description
Specifies the boundary attributes of soft blocks that are polygonal in shape.
Arguments
|
The vertices of the rectilinear polygon in the form of a list of x, y coordinates |
|
Value Returned
Example
vfpSbSetPolygonalBoundary(list("design" "top_viewtest" "layout_sav") list('(0 0) '(0 500000) '(500000 500000) '(500000 0)))
Return to top