dbSetPathSegStyle
dbSetPathSegStyle(d_pathSeg n_width t_beginStyle t_endStyle[n_beginExt n_endExt[n_beginLeftDiagExt n_beginRightDiagExt n_beginRightHalfWidth n_endLeftDiagExt n_endRightDiagExt n_endRightHalfWidth] ] ) => t / nil
Description
Sets the path segment style of a given path seg database object.
Arguments
|
n_width t_beginStyle t_endStyle [ n_beginExt n_endExt |
|
Value Returned
Examples
dbSetPathSegStyle(p2 1.0 "custom" "custom" list(0.5 0.5 list(0.71 0.71 0.5 0.71 0.71 0.5)))
Related Topics
Figure Creation and Retrieval Functions
Return to top