gpeGetTrunkChains
gpeGetTrunkChains(u_sandbox[ ?anchorIndexn_anchorIndex][ ?trunkDirectiont_trunkDirection][ ?offsetDirectiont_offsetDirection][ ?anchorPointt_anchorPoint] [?verbose{t|nil} ] ) =>l_trunksChains/ nil
Description
Returns a list of trunk chains based on the specified identifiers. If none of the optional arguments are provided, all trunkChains available in the Modgen are listed. If multiple optional arguments are provided, the return value is the intersection of all the sets.
Arguments
Value Returned
|
Returns a list of trunk chains. Each trunk chain is represented as a disembodied property list with anchor properties and list of trunk DPLs. |
|
Example
Creates a trunk chain based on the specified arguments:
gpeGetTrunkChains(sandbox ?anchorIndex 1)
Return to top