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

Function closed

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

Source from the content-addressed store, hash-verified

171 aSplineZ.SetRightConstraint(value)
172
173def closed (aSplineX, aSplineY, aSplineZ):
174 offset = 0.0
175 aSplineX.ClosedOn()
176 aSplineY.ClosedOn()
177 aSplineZ.ClosedOn()
178 fit()
179 renWin.Render()
180
181#iren.Start()

Callers

nothing calls this directly

Calls 2

fitFunction · 0.70
RenderMethod · 0.65

Tested by

no test coverage detected