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- AlignmentPoint — default Center
- AspectRatio — default Automatic
- Axes — default False
- AxesEdge — default Automatic
- AxesLabel — default None
- AxesOrigin — default Automatic
- AxesStyle — default { }
- Background — default None
- BaselinePosition — default Automatic
- BaseStyle — default { }
- Boxed — default True
- BoxRatios — default Automatic
- BoxStyle — default { }
- ClipPlanes — default None
- ClipPlanesStyle — default Automatic
- ContentSelectable — default Automatic
- ControllerLinking — default False
- ControllerPath — default Automatic
- Epilog — default { }
- FaceGrids — default None
- FaceGridsStyle — default { }
- FormatType — default TraditionalForm
- ImageMargins — default 0.
- ImagePadding — default All
- ImageSize — default Automatic
- LabelStyle — default { }
- Lighting — default Automatic
- Method — default Automatic
- PlotLabel — default None
- PlotRange — default All
- PlotRangePadding — default Automatic
- PlotRegion — default Automatic
- PreserveImageOptions — default Automatic
- Prolog — default { }
- RotationAction — default "Fit"
- SphericalRegion — default Automatic
- Ticks — default Automatic
- TicksStyle — default { }
- TouchscreenAutoZoom — default False
- ViewAngle — default Automatic
- ViewCenter — default Automatic
- ViewMatrix — default Automatic
- ViewPoint — default { 1.3 , -2.4 , 2. }
- ViewProjection — default Automatic
- ViewRange — default All
- ViewVector — default Automatic
- ViewVertical — default { 0 , 0 , 1 }