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