Bitbybit Docs
App
Projects
School
Pricing
Blog
Learn
Preparing search index...
Bit
Models
OCCT
WireDebugInfo
Interface WireDebugInfo
Introspection of a wire: edge count, closed flag, total length, plus per-edge debug info.
interface
WireDebugInfo
{
valid
:
boolean
;
nbEdges
:
number
;
closed
:
boolean
;
totalLength
:
number
;
edges
:
EdgeDebugInfo
[]
;
}
Index
Properties
valid
nb
Edges
closed
total
Length
edges
Properties
valid
valid
:
boolean
nb
Edges
nbEdges
:
number
closed
closed
:
boolean
total
Length
totalLength
:
number
edges
edges
:
EdgeDebugInfo
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
valid
nb
Edges
closed
total
Length
edges
App
Projects
School
Pricing
Blog
Learn
Bitbybit Docs
Loading...
Introspection of a wire: edge count, closed flag, total length, plus per-edge debug info.