brepjs API Reference
    Preparing search index...

    Interface RevolveNode

    interface RevolveNode {
        angle: Expr;
        at?: Expr;
        axis?: Expr;
        freeParams: ReadonlySet<string>;
        kind: "Revolve";
        profile: IRNode;
        structuralHash: bigint;
    }

    Hierarchy

    • IRNodeBase
      • RevolveNode
    Index
    angle: Expr

    Degrees, matching Rotate.

    at?: Expr
    axis?: Expr
    freeParams: ReadonlySet<string>
    kind: "Revolve"
    profile: IRNode

    Must produce OutputKind 'Face'.

    structuralHash: bigint