Qurak

Graphics3D

उपलब्ध

3D analogue of `Graphics`. Primitives include `Cuboid`, `Sphere`,

Graphics3D[primitives, options]
Head[Graphics3D[{Red, Cuboid[]}]] → Graphics3DHead[Graphics3D[Sphere[], SphericalRegion -> True]] → Graphics3DStringContainsQ[ExportString[Graphics3D[Sphere[], PlotLabel -> Style[Row[{"Torus ", "Knot"}], FontSize -> 18]], "SVG"], "Torus Knot"] → TrueHead[Graphics3D[BSplineCurve[{{0, 0, 0}, {1, 2, 0}, {2, 0, 1}}]]] → Graphics3DStringContainsQ[ExportString[Graphics3D[Tube[BSplineCurve[{{0, 0, 0}, {1, 2, 0}, {2, 0, 1}}], 0.2]], "SVG"], "<polygon"] → TrueExportString[Graphics3D[InfiniteLine[{{0, 0, 0}, {1, 1, 1}}], PlotRange -> 10], "SVG"] === ExportString[Graphics3D[Line[{{-10, -10, -10}, {10, 10, 10}}], PlotRange -> 10], "SVG"] → TrueExportString[Graphics3D[Sphere[{{1, 0, 0}, {-1, 0, 0}}, 0.5]], "SVG"] === ExportString[Graphics3D[{Sphere[{1, 0, 0}, 0.5], Sphere[{-1, 0, 0}, 0.5]}], "SVG"] → True

इनमें प्रयुक्त

विषय

संबंधित

सभी 6300 फ़ंक्शन · इसे किसी MCP क्लाइंट से उपयोग करें