brepjs API Reference
    Preparing search index...

    Interface HelixOptions

    Options for helix.

    interface HelixOptions {
        at?: Vec3;
        axis?: Vec3;
        lefthand?: boolean;
    }
    Index

    Properties

    Properties

    at?: Vec3

    Base position. Default: [0, 0, 0].

    axis?: Vec3

    Helix axis. Default: [0, 0, 1].

    lefthand?: boolean

    Wind in left-hand direction. Default: false.