brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
localGC
Function localGC
localGC
(
debug
?:
boolean
,
)
:
[
<
T
extends
Deletable
>
(
v
:
T
)
=>
T
,
()
=>
void
,
Set
<
Deletable
>
|
undefined
,
]
Create a local GC scope. Returns [register, cleanup, debugSet?].
Parameters
Optional
debug
:
boolean
Returns
[
<
T
extends
Deletable
>
(
v
:
T
)
=>
T
,
()
=>
void
,
Set
<
Deletable
>
|
undefined
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Create a local GC scope. Returns [register, cleanup, debugSet?].