API Reference for Enthought Tool Suite 3.2.0
Generate points for structured grid for a cylindrical annular volume. This method is useful for generating a unstructured cylindrical mesh for VTK (and perhaps other tools).
Generates Structured Grid
Generates Untructured Grid
Generates Untructured Grid
A slightly more complex example of how to generate an unstructured grid with different cell types. Returns a created unstructured grid.
Simple example showing how to create an unstructured grid consisting of cells of a single type.
| Local name | Refers to |
|---|---|
| arange | numpy.arange |
| array | numpy.array |
| cos | numpy.cos |
| empty | numpy.empty |
| linspace | numpy.linspace |
| numpy | numpy |
| pi | numpy.pi |
| random | numpy.random |
| sin | numpy.sin |
| sqrt | numpy.sqrt |
| tvtk | enthought.tvtk.tvtk.tvtk |
© Copyright 2002-2009 Enthought, Inc.