brepjs API Reference
    Preparing search index...

    Interface DraftOptions

    Options for the draft() modifier.

    interface DraftOptions {
        angle: DraftAngle;
        neutralPlane: Vec3;
        pullDirection: Vec3;
    }
    Index

    Properties

    angle: DraftAngle

    Draft angle in degrees. Constant or per-face callback.

    neutralPlane: Vec3

    A point on the neutral plane (where no material is added or removed).

    pullDirection: Vec3

    Pull direction (mold opening direction).