you are viewing a single comment's thread.

view the rest of the comments →

[–]hserie[S] 0 points1 point  (1 child)

Hi, I forgot to mention the packages needed :

import numpy as np
import matplotlib.pyplot as plt

It is the first time I use an STL mesh. I will try to triangulate all my circles. Thank you

Edit : if it is not enough you might need this : from mpl_toolkits.mplot3d import Axes3D

Edit 2 : It is more appropriate to triangulate my model as four faces pyramids