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

Function opened

Common/ComputationalGeometry/Testing/Python/CSpline.py:135–141  ·  view source on GitHub ↗
(aSplineX, aSplineY, aSplineZ)

Source from the content-addressed store, hash-verified

133iren.Initialize()
134
135def opened (aSplineX, aSplineY, aSplineZ):
136 offset = 1.0
137 aSplineX.ClosedOff()
138 aSplineY.ClosedOff()
139 aSplineZ.ClosedOff()
140 fit()
141 renWin.Render()
142
143def varyLeft (aSplineX, aSplineY, aSplineZ):
144 left = -1

Callers

nothing calls this directly

Calls 2

fitFunction · 0.70
RenderMethod · 0.65

Tested by

no test coverage detected