dbPointArraySize
dbPointArraySize(d_cellViewId l_pointList n_value[x_maxPoints])=>l_pointList/ nil
Description
Returns a list of point lists derived after performing an over size or under size operation on the shapes specified in the input list. The resulting point list is created in the specified cellview.
Arguments
|
Maximum number of points each point array in the output point list can contain. |
Value Returned
|
List of points derived after an over size or under size operation on the input list. |
Examples
pointArray = '( ((1 1) (1 6) (6 6) (6 1)) )
dbPointArraySize( geGetEditCellView() pointArray 1.0)
Related Topics
Return to top