UNPKG

ifc-expressions

Version:

Parsing and evaluation of IFC expressions

7 lines (6 loc) 253 B
import { IfcPropertyAccessor } from "./IfcPropertyAccessor.js"; import { IfcElementAccessor } from "./IfcElementAccessor.js"; export interface IfcExpressionContext { resolvePropRef(): IfcPropertyAccessor; resolveElemRef(): IfcElementAccessor; }