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