/** * Copyright (c) 2018-2021 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose * @author David Sehnal */ import { MeshBuilder } from '../mesh-builder.js'; /** set arrowHeight = 0 for no arrow */ export declare function addSheet(state: MeshBuilder.State, controlPoints: ArrayLike, normalVectors: ArrayLike, binormalVectors: ArrayLike, linearSegments: number, widthValues: ArrayLike, heightValues: ArrayLike, arrowHeight: number, startCap: boolean, endCap: boolean): void;