dbGetPatchType
dbGetPatchType(d_pathSegId) =>t_patchType/ nil
Description
Returns the patch type for the specified path segment.
Arguments
Value Returned
Examples
ps = dbCreatePathSeg(cv "metal1" list(-1 0) list(0 1) .05 "truncate" "truncate")
t db:0x1f7b9c1a
dbGetPatchType(ps)
"notPatch"
Related Topics
Return to top