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

Function closed

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

Source from the content-addressed store, hash-verified

196
197
198def closed (aSplineX, aSplineY, aSplineZ):
199 offset = 0.0
200 aSplineX.ClosedOn()
201 aSplineY.ClosedOn()
202 aSplineZ.ClosedOn()
203 fit()
204 renWin.Render()
205
206def opened (aSplineX, aSplineY, aSplineZ):
207 offset = 1.0

Callers

nothing calls this directly

Calls 2

fitFunction · 0.70
RenderMethod · 0.65

Tested by

no test coverage detected