ConvexPolyhedronQ
ConvexPolyhedronQ[poly] gives True if the polyhedron poly is convex, and False otherwise.
Examples
Check if a polyhedron is convex:
ConvexPolyhedronQ[Cuboid[]]
(* True *)Please visit the official Wolfram Language Reference for more details.