struct FDrillCategorizeFacesDesc

struct FDrillCategorizeFacesDesc
{
    // fields

    FLineSegment Line;
    float Radius;
    TArray<int32>& Inside;
    TArray<int32>& Outside;
    TArray<int32>& Boundary;
};