import { IIfcCartesianPoint } from '../GeometryResource/IfcCartesianPoint'; export interface IIfcPlacement { Location: IIfcCartesianPoint; }