brepjs API Reference
    Preparing search index...

    Interface ConeOptions

    Options for cone.

    interface ConeOptions {
        at?: Vec3;
        axis?: Vec3;
        centered?: boolean;
    }
    Index

    Properties

    Properties

    at?: Vec3

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

    axis?: Vec3

    Cone axis direction. Default: [0, 0, 1].

    centered?: boolean

    Center vertically instead of base at origin.