namespace Yw.WinFrmUI { /// /// /// internal class BimfaceUrlHelper { /// /// 3d交互url /// public static string Interop3dUrl { get { return AppDomain.CurrentDomain.BaseDirectory + @"bimface\html\Interop3d.html"; } } } }