get_scoped_polydata#
- Model.get_scoped_polydata(scope, update=False)#
Get the scoped polydata of the model.
- Parameters:
- scope
Scope
Scope of the model.
- scope
- Returns:
- :
vtk.vtkPolyData
Scoped polydata of the model.
Examples
>>> scoped_polydata = model.get_scoped_polydata(scope)