Function Perimeter

A simple cylindrical perimeter that can be rendered on top of a wellbore trajectory, with a given start and end depth as well as a radius.

<Wellbore id={wellbore.id}>
<Perimeter from={1000} to={5000} radius={10} />
</Wellbore>