Qurak

Dashing

可用

Sets line dashing in graphics

Dashing[{r1, r2, …}]
Dashing[r]
Dashing[{r1, r2, …}, offset]
Dashing[{r1, r2, …}, offset, capform]
Table[Graphics[{Pink, EdgeForm[Dashing[r]], p2}], {r, {0.01, 0.05, 0.1}}] → {-Graphics-, -Graphics-, -Graphics-}Table[Graphics3D[{Pink, EdgeForm[{Dashing[r]}], p3}], {r, {0.01, 0.05, 0.1}}] → {-Graphics3D-, -Graphics3D-, -Graphics3D-}Table[Graphics[{Dashing[{r, 0.1 - r}], Line[{{0, 0}, {2, 1}}]}], {r, {0.01, 0.03, 0.05, 0.08}}] → {-Graphics-, -Graphics-, -Graphics-, -Graphics-}

使用於

主題

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個