import numpy as np import matplotlib.pyplot as plt from mpl_toolkits.mplot3d.art3d import Poly3DCollection width = 30 depth = 40 height = 50 def box(width, ...
確定! 回上一頁