brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
GeometricHint
Interface GeometricHint
Geometric snapshot of a face, used for fallback matching when hashes change.
interface
GeometricHint
{
area
?:
number
;
centroid
?:
Vec3
;
entityType
:
"face"
;
normal
?:
Vec3
;
surfaceType
?:
SurfaceType
;
}
Index
Properties
area?
centroid?
entity
Type
normal?
surface
Type?
Properties
Optional
Readonly
area
area
?:
number
Optional
Readonly
centroid
centroid
?:
Vec3
Readonly
entity
Type
entityType
:
"face"
Optional
Readonly
normal
normal
?:
Vec3
Optional
Readonly
surface
Type
surfaceType
?:
SurfaceType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
area
centroid
entity
Type
normal
surface
Type
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Geometric snapshot of a face, used for fallback matching when hashes change.