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

Function opened

Common/ComputationalGeometry/Testing/Python/closedSplines.py:271–278  ·  view source on GitHub ↗
(aSplineX, aSplineY, aSplineZ)

Source from the content-addressed store, hash-verified

269 renWin.Render()
270
271def opened (aSplineX, aSplineY, aSplineZ):
272 global offset
273 offset = 1.0
274 aSplineX.ClosedOff()
275 aSplineY.ClosedOff()
276 aSplineZ.ClosedOff()
277 fit()
278 renWin.Render()
279
280# varyBias (aKSplineX, aKSplineY, aKSplineZ)
281# varyTension (aKSplineX, aKSplineY, aKSplineZ)

Callers

nothing calls this directly

Calls 2

fitFunction · 0.70
RenderMethod · 0.65

Tested by

no test coverage detected