Io - FaceLoops
API reference — the FaceLoops doors of @huukhanhnguyen/io: readers, writers and their option / result types, all on this page.
import { DEFAULT_CURVE_TOLERANCE, eachFaceLoops } from '@huukhanhnguyen/io'Source: ./faceLoops. See all formats or the Guide.
API reference
Signatures are generated from the live package .d.ts - not hand-written.
DEFAULT_CURVE_TOLERANCE
const
const DEFAULT_CURVE_TOLERANCE = 0.5eachFaceLoops
function
eachFaceLoops(geometry: ShellEntity["geometry"], tolerance?: number): Point[][][]faceEntityFromLoops
function
faceEntityFromLoops(loops: Point[][]): ShellEntity | null