brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
BrokenVertexRef
Interface BrokenVertexRef
A vertex reference that could not be resolved.
interface
BrokenVertexRef
{
candidates
?:
readonly
Vertex
[]
;
reason
:
"ambiguous"
|
"not-found"
;
ref
:
VertexRef
;
}
Index
Properties
candidates?
reason
ref
Properties
Optional
Readonly
candidates
candidates
?:
readonly
Vertex
[]
Readonly
reason
reason
:
"ambiguous"
|
"not-found"
Readonly
ref
ref
:
VertexRef
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...
A vertex reference that could not be resolved.