brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
ComposedTransform
Interface ComposedTransform
A kernel transform with a cleanup function. Call
cleanup()
when done.
interface
ComposedTransform
{
cleanup
:
()
=>
void
;
trsf
:
any
;
}
Index
Properties
cleanup
trsf
Properties
Readonly
cleanup
cleanup
:
()
=>
void
Readonly
trsf
trsf
:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cleanup
trsf
GitHub
npm
Getting Started
brepjs API Reference
Loading...
A kernel transform with a cleanup function. Call
cleanup()when done.