Bitbybit Docs
App
Projects
School
Pricing
Blog
Learn
Preparing search index...
Bit
Models
OCCT
ShellDebugInfo
Interface ShellDebugInfo
Introspection of a shell: face/edge counts, total surface area, plus per-face debug info (flat).
interface
ShellDebugInfo
{
valid
:
boolean
;
nbFaces
:
number
;
nbEdges
:
number
;
area
:
number
;
faces
:
FaceDebugInfo
[]
;
}
Index
Properties
valid
nb
Faces
nb
Edges
area
faces
Properties
valid
valid
:
boolean
nb
Faces
nbFaces
:
number
nb
Edges
nbEdges
:
number
area
area
:
number
faces
faces
:
FaceDebugInfo
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
valid
nb
Faces
nb
Edges
area
faces
App
Projects
School
Pricing
Blog
Learn
Bitbybit Docs
Loading...
Introspection of a shell: face/edge counts, total surface area, plus per-face debug info (flat).