- Bsic sketch to object approach

This commit is contained in:
bklronin
2024-07-28 13:46:55 +02:00
parent cebe1b41e7
commit b80185e93e
3 changed files with 182 additions and 186 deletions

View File

@@ -146,7 +146,6 @@ class VTKWidget(QtWidgets.QWidget):
self.renderer_indicators.ResetCameraClippingRange()
self.vtk_widget.GetRenderWindow().Render()
def create_grid(self, size=100, spacing=10):
# Create a vtkPoints object and store the points in it
points = vtk.vtkPoints()