MCPcopy Create free account
hub / github.com/Kitware/VTK / opened

Function opened

Common/ComputationalGeometry/Testing/Python/KSpline.py:206–212  ·  view source on GitHub ↗
(aSplineX, aSplineY, aSplineZ)

Source from the content-addressed store, hash-verified

204 renWin.Render()
205
206def opened (aSplineX, aSplineY, aSplineZ):
207 offset = 1.0
208 aSplineX.ClosedOff()
209 aSplineY.ClosedOff()
210 aSplineZ.ClosedOff()
211 fit()
212 renWin.Render()
213
214# iren.Start()

Callers

nothing calls this directly

Calls 2

fitFunction · 0.70
RenderMethod · 0.65

Tested by

no test coverage detected