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