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

Function closed

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

Source from the content-addressed store, hash-verified

260
261
262def closed (aSplineX, aSplineY, aSplineZ):
263 global offset
264 offset = 0.0
265 aSplineX.ClosedOn()
266 aSplineY.ClosedOn()
267 aSplineZ.ClosedOn()
268 fit()
269 renWin.Render()
270
271def opened (aSplineX, aSplineY, aSplineZ):
272 global offset

Callers

nothing calls this directly

Calls 2

fitFunction · 0.70
RenderMethod · 0.65

Tested by

no test coverage detected