brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
BrokenEdgeRef
Interface BrokenEdgeRef
An edge reference that could not be resolved.
interface
BrokenEdgeRef
{
candidates
?:
readonly
Edge
[]
;
reason
:
"ambiguous"
|
"not-found"
;
ref
:
EdgeRef
;
}
Index
Properties
candidates?
reason
ref
Properties
Optional
Readonly
candidates
candidates
?:
readonly
Edge
[]
Readonly
reason
reason
:
"ambiguous"
|
"not-found"
Readonly
ref
ref
:
EdgeRef
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
candidates
reason
ref
GitHub
npm
Getting Started
brepjs API Reference
Loading...
An edge reference that could not be resolved.