/// <summary> /// 获取包围盒 /// </summary> public aabb3df getAabb() { aabb3df aabb = new aabb3df(); nativeWIZGISPlatform.Node_getAabb(ptr, ref aabb); return(aabb); }
/// <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); }
public static extern void Node_setAabb(IntPtr obj, aabb3df aabb);
public static extern void GISObject_getNodeAabb(IntPtr obj, ref aabb3df aabb);
/// <summary> /// 设置包围盒 /// </summary> public void setAabb(aabb3df aabb) { nativeWIZGISPlatform.Node_setAabb(ptr, aabb); }
public static extern void getAabb(IntPtr obj, ref aabb3df aabb);