Hi, I have two points in VTK space, is there an easy way to construct a cylinder so that its two endpoints touch the two points? Something like: cylinder->SetEndpoint1(x,y,z); cylinder->SetEndpoint2(x,y,z); Thanks, Mark