brepjs API Reference
    Preparing search index...

    Interface SweepSectionConfig

    Configuration for a single sweep section (profile wire + optional location).

    interface SweepSectionConfig {
        location?: number;
        wire: Wire<Dimension>;
    }
    Index

    Properties

    Properties

    location?: number

    Location along the spine as a parameter in [0.0, 1.0]. Auto-distributed if omitted.

    The profile wire for this section.