brepjs API Reference
    Preparing search index...

    Interface CleanLoftOptions

    Configuration for the functional loft operation.

    interface CleanLoftOptions {
        endPoint?: PointInput;
        ruled?: boolean;
        startPoint?: PointInput;
    }
    Index

    Properties

    endPoint?: PointInput

    Optional end vertex after the last wire profile.

    ruled?: boolean

    Use ruled (straight) interpolation between profiles. Defaults to true.

    startPoint?: PointInput

    Optional start vertex before the first wire profile.