dbSetPatchType
dbSetPatchType(
d_pathSegId
t_patchType
)
=> t / nil
Description
Sets the patch type for the specified path segment.
Arguments
|
Specifies the patch type for the path segment. The valid patch types are given below.
|
Value Returned
Examples
ps = dbCreatePathSeg(cv "metal1" list(-1 0) list(0 1) .05 "truncate" "truncate")
db:0x1f7b9c1a
dbSetPatchType(ps "endStyle")
t
Related Topics
Return to top