brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
EvolutionResult
Interface EvolutionResult<T>
Result of an operation with face evolution tracking.
interface
EvolutionResult
<
T
>
{
evolution
:
ShapeEvolution
;
shape
:
T
;
}
Type Parameters
T
Index
Properties
evolution
shape
Properties
Readonly
evolution
evolution
:
ShapeEvolution
Readonly
shape
shape
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
evolution
shape
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Result of an operation with face evolution tracking.