Skip to content

Shapemetry API


Shapemetry API / FaceJson

Type Alias: FaceJson

FaceJson = object

Defined in: nurbsBrep/topo/serialize.ts:158

Properties

surface

surface: BrepSurfaceJson

Defined in: nurbsBrep/topo/serialize.ts:159


outerWire

outerWire: number

Defined in: nurbsBrep/topo/serialize.ts:160


innerWires

innerWires: number[]

Defined in: nurbsBrep/topo/serialize.ts:161


reversed

reversed: boolean

Defined in: nurbsBrep/topo/serialize.ts:162


naturalBounds

naturalBounds: NaturalBounds | null

Defined in: nurbsBrep/topo/serialize.ts:163


pcurves

pcurves: FacePcurveJson[]

Defined in: nurbsBrep/topo/serialize.ts:164


tolerance?

optional tolerance?: number

Defined in: nurbsBrep/topo/serialize.ts:166

Surface-fit tolerance; omitted when at the 1e-7 default.