WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface RevcloudOptions

    Options for revision cloud generation.

    interface RevcloudOptions {
        arcLength?: number;
        bulge?: number;
        isClosed?: boolean;
    }
    Index

    Properties

    arcLength?: number

    Chord length of each arc segment. Default 50.

    bulge?: number

    Bulge value for each arc. 1 = semicircle (default), 0.5 ≈ 90° arc, etc. Negative values flip arc direction.

    isClosed?: boolean

    Whether the path forms a closed loop. Default false.