GeometryObject.cs 472 B

12345678910111213141516171819
  1. /*-------------------------------------------------------------------------
  2. * 功能描述:GeometryObject
  3. * 作者:xulisong
  4. * 创建时间: 2019/6/12 10:37:00
  5. * 版本号:v1.0
  6. * -------------------------------------------------------------------------*/
  7. using System;
  8. using System.Collections.Generic;
  9. using System.Linq;
  10. using System.Text;
  11. using System.Threading.Tasks;
  12. namespace JBIM.Geometry
  13. {
  14. public class GeometryObject: BimObject
  15. {
  16. }
  17. }