Octahedron#
Qualified name: manim.mobject.three\_d.polyhedra.Octahedron
- class Octahedron(edge_length=1, **kwargs)[source]#
Bases:
PolyhedronAn octahedron, one of the five platonic solids. It has 8 faces, 12 edges and 6 vertices.
- Parameters
edge_length (float) – The length of an edge between any two vertices.
Examples
Example: OctahedronScene ¶
from manim import * class OctahedronScene(ThreeDScene): def construct(self): self.set_camera_orientation(phi=75 * DEGREES, theta=30 * DEGREES) obj = Octahedron() self.add(obj)
Methods
Attributes
animateUsed to animate the application of any method of
self.animation_overridescolordepthThe depth of the mobject.
fill_colorIf there are multiple colors (for gradient) this returns the first one
heightThe height of the mobject.
n_points_per_curvesheen_factorstroke_colorwidthThe width of the mobject.