Octahedron#
Qualified name: manim.mobject.three\_d.polyhedra.Octahedron
- class Octahedron(edge_length=1, **kwargs)[source]#
Bases:
Polyhedron
An 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
animate
Used to animate the application of any method of
self
.animation_overrides
color
depth
The depth of the mobject.
fill_color
If there are multiple colors (for gradient) this returns the first one
height
The height of the mobject.
n_points_per_curve
sheen_factor
stroke_color
width
The width of the mobject.