I found a bug in the function vtkArcSource::RequestData.

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.

Hi @MincheolKim

Could you please open an issue on the VTK gitlab with the steps to reproduce the issue?
https://gitlab.kitware.com/vtk/vtk/-/issues/new

Thanks!