interface VertexWithSheetThickness {
    sheetThickness: number;
    vertex: Vertex;
}

Properties

sheetThickness: number
vertex: Vertex