Skip to content
Shapemetry

Io - BrepOrder

API reference — the BrepOrder doors of @huukhanhnguyen/io: readers, writers and their option / result types, all on this page.

import { canonicalIndex, inDumpOrder } from '@huukhanhnguyen/io'

Source: ./brepOrder. See all formats or the Guide.

API reference

Signatures are generated from the live package .d.ts - not hand-written.

canonicalIndex

function

canonicalIndex(document: OrderableBrepDocument): { face: number[]; edge: number[]; }

inDumpOrder

function

inDumpOrder(rows: T[], canonical: number[]): T[]
Last updated: 📖 1 min readEdit on GitHub