brepjs API Reference
    Preparing search index...

    Interface EvolutionResult<T>

    Result of an operation with face evolution tracking.

    interface EvolutionResult<T> {
        evolution: ShapeEvolution;
        shape: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    evolution: ShapeEvolution
    shape: T