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