interface TubeProfileGeometryCircular {
    outerRadius: number;
    thickness: number;
}

Properties

outerRadius: number
thickness: number