Hi all,
I used vtkArcSource.
I found a bug which is radius change to be 1.
You can see below in the function vtkArcSource::RequestData in the vtkArcSource.cpp file.
// Calculate radius
radius = vtkMath::Normalize(v1);
Please, fix this bug.
Thank you.