Qurak

AbsoluteThickness

可用

Sets absolute line thickness in graphics

AbsoluteThickness[d]
Table[Graphics[{AbsoluteThickness[d], Line[{{1, 0}, {2, 1}, {3, 0}, {4, 1}}]}], {d, {0.5, 2, 5}}] → {-Graphics-, -Graphics-, -Graphics-}Table[Graphics3D[{AbsoluteThickness[i], Line[{{1, 1, 0}, {2, 2, 1}, {3, 3, 0}, {4, 4, 1}}]}], {i, {0.5, 2, 5}}] → {-Graphics3D-, -Graphics3D-, -Graphics3D-}Table[Graphics[{AbsoluteThickness[d], Line[{{1, 0}, {2, 1}, {3, 0}, {4, 1}}]}], {d, {Tiny, Small, Medium, Large}}] → {-Graphics-, -Graphics-, -Graphics-, -Graphics-}

使用於

主題

相關

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