as_polydata#
- Model.as_polydata(update=False)#
Get the model as a polydata.
- Parameters:
- updatebool,
optional Update the polydata if it is already present, by default False.
- updatebool,
- Returns:
- :
vtk.vtkPolyDataPolydata of the model.
Examples
>>> polydata = model.as_polydata()