public IXbimPoint CreatePoint(double x, double y, double z, double tolerance)
 {
     using (new Tracer(LogHelper.CurrentFunctionName(), this._logger))
     {
         return(_engine.CreatePoint(x, y, z, tolerance));
     }
 }
 public IXbimPoint CreatePoint(double x, double y, double z, double tolerance)
 {
     return(_engine.CreatePoint(x, y, z, tolerance));
 }