12345678910111213141516171819 |
- /*-------------------------------------------------------------------------
- * 功能描述:GeometryObject
- * 作者:xulisong
- * 创建时间: 2019/6/12 10:37:00
- * 版本号:v1.0
- * -------------------------------------------------------------------------*/
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace JBIM.Geometry
- {
- public class GeometryObject: BimObject
- {
- }
- }
|