Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
def
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
fit
Function · 0.70
Render
Method · 0.65
Tested by
no test coverage detected