branchobj.getbounds
branchobj.getbounds |
Purpose
Returns the bounds for a branch of a user branching object. The returned value is the actual number of bounds returned in the output arrays.
Synopsis
branchobj.getbounds(ibranch, nbounds_size, bndtype, bndcol, bndval)
Arguments
ibranch
|
The number of the branch to get the bounds for.
|
||||
nbounds_size
|
Maximum number of bounds to return.
|
||||
bndtype
|
Character array of length
nbounds_size where the types of bounds twill be returned:
|
||||
bndcol
|
Array of length
nbounds_size where the columns will be returned.
|
||||
bndval
|
Array of length
nbounds_size where the bound values will be returned.
|
Related topics