Skip to content

Shapemetry API


Shapemetry API / SubdivideOptions

Interface: SubdivideOptions

Defined in: mesh/subdivide.ts:42

Properties

levels?

optional levels?: number

Defined in: mesh/subdivide.ts:44

Catmull-Clark levels to apply. Default 1.


smoothBoundary?

optional smoothBoundary?: boolean

Defined in: mesh/subdivide.ts:46

Apply cubic-B-spline smoothing to boundary loops. Default true.