API Index:
vedo.ugrid.
UGrid
Bases: vtkRenderingCorePython.vtkActor, vedo.base.BaseGrid
vtkRenderingCorePython.vtkActor
vedo.base.BaseGrid
Support for UnstructuredGrid objects.
alpha
Set/get mesh’s transparency. Same as mesh.opacity().
clone
Clone the UGrid object to yield an exact copy.
color
Set/get UGrid color. If None is passed as input, will use colors from active scalars. Same as ugrid.c().
extractCellType
Extract a specific cell type and return a new UGrid.
lc
Set/get color of mesh edges. Same as lineColor().
lineColor
Set/get color of mesh edges. Same as lc().
lineWidth
Set/get width of mesh edges. Same as lw().
lw
Set/get width of mesh edges. Same as lineWidth().
opacity
Set/get mesh’s transparency. Same as mesh.alpha().
wireframe
Set mesh’s representation as wireframe or solid surface. Same as mesh.wireframe().