Esempio n. 1
0
        /// <summary>
        /// 获取包围盒
        /// </summary>
        public aabb3df getAabb()
        {
            aabb3df aabb = new aabb3df();

            nativeWIZGISPlatform.Node_getAabb(ptr, ref aabb);
            return(aabb);
        }
Esempio n. 2
0
        /// <summary>
        /// 卸载倾斜摄影数据
        /// </summary>
        public aabb3df getNodeAabb()
        {
            aabb3df aabb = new aabb3df();

            nativeWIZGISPlatform.GISObject_getNodeAabb(ptr, ref aabb);
            return(aabb);
        }
        /// <summary>
        /// 卸载倾斜摄影数据
        /// </summary>
        public aabb3df getAabb()
        {
            aabb3df aabb = new aabb3df();

            nativeObliquePhotograph.getAabb(ptr, ref aabb);
            return(aabb);
        }
Esempio n. 4
0
 public static extern void Node_setAabb(IntPtr obj, aabb3df aabb);
Esempio n. 5
0
 public static extern void GISObject_getNodeAabb(IntPtr obj, ref aabb3df aabb);
Esempio n. 6
0
 /// <summary>
 /// 设置包围盒
 /// </summary>
 public void setAabb(aabb3df aabb)
 {
     nativeWIZGISPlatform.Node_setAabb(ptr, aabb);
 }
 public static extern void getAabb(IntPtr obj, ref aabb3df aabb);