brepjs API Reference
    Preparing search index...

    Interface SweepNode

    interface SweepNode {
        freeParams: ReadonlySet<string>;
        frenet: boolean;
        kind: "Sweep";
        profile: IRNode;
        spine: IRNode;
        structuralHash: bigint;
    }

    Hierarchy

    • IRNodeBase
      • SweepNode
    Index
    freeParams: ReadonlySet<string>
    frenet: boolean

    Canonicalized by the builder (default false).

    kind: "Sweep"
    profile: IRNode

    Must produce OutputKind 'Face'.

    spine: IRNode

    Must produce OutputKind 'Wire' or 'Edge' (Line, Circle, Path).

    structuralHash: bigint