brepjs API Reference
    Preparing search index...

    Interface ProfileNode

    interface ProfileNode {
        freeParams: ReadonlySet<string>;
        holes: readonly Contour[];
        kind: "Profile";
        outline: Contour;
        structuralHash: bigint;
    }

    Hierarchy

    • IRNodeBase
      • ProfileNode
    Index
    freeParams: ReadonlySet<string>
    holes: readonly Contour[]

    First-class holes — closed contours inside the outline.

    kind: "Profile"
    outline: Contour

    Closed outline in the XY plane (auto-closed at evaluation).

    structuralHash: bigint