Geometric Objects#
PyVista includes several functions to generate simple geometric objects. The API reference for these functions is on this page. For additional details see Geometric Objects example.
|
Create an arrow. |
|
Create a box with solid faces for the given bounds. |
|
Create a single PolyData circle defined by radius in the XY plane. |
|
Create a circular arc defined by two endpoints and a center. |
|
Create a circular arc defined by normal to the plane of the arc, and an angle. |
|
Create a cone. |
|
Create a cube. |
|
Create the surface of a cylinder. |
|
Create a cylinder mesh as a |
|
Create a polygonal disk with a hole in the center. |
|
Create a dodecahedron of a given size. |
|
Create an icosahedron of a given size. |
|
Create a line. |
|
Create multiple lines. |
|
Create a tube. |
|
Create an octahedron of a given size. |
|
Create a plane. |
|
Create a Platonic solid of a given size. |
|
Create a polygon. |
|
Create a pyramid defined by 5 points. |
|
Create a rectangle defined by 4 points. |
|
Create a vtk Sphere. |
|
Create a spline from points. |
|
Create a superquadric. |
|
Create a tetrahedron of a given size. |
|
Create 3D text from a string. |
|
Create a triangle defined by 3 points. |
|
Create a wavelet. |