brepjs API Reference
    Preparing search index...

    Interface ShellNode

    interface ShellNode {
        freeParams: ReadonlySet<string>;
        kind: "Shell";
        refs: readonly ShapeRef[];
        structuralHash: bigint;
        target: IRNode;
        thickness: Expr;
    }

    Hierarchy

    • IRNodeBase
      • ShellNode
    Index
    freeParams: ReadonlySet<string>
    kind: "Shell"
    refs: readonly ShapeRef[]

    Faces left open, named by serializable role refs. Order is content-significant (it enters the structural hash).

    structuralHash: bigint
    target: IRNode
    thickness: Expr