Sfoglia il codice sorgente

3dModeling UIAnchor.js 李欣儒 commit at 2020-10-14

李欣儒 4 anni fa
parent
commit
cf7cbcf12f
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. 11 0
      3dModeling/tjby13/UIAnchor.js

+ 11 - 0
3dModeling/tjby13/UIAnchor.js

@@ -0,0 +1,11 @@
+/**
+ * 创建UIAnchor界面
+ * @param {Object} obj - 创建界面的父物体
+ * @param {String} value - 创建界面的类型
+ */
+function createUIAnchor(floorNum) {
+    let anchorCreateJson = {
+        type: "UIAnchor",
+        //   element: $(".pictureMarker")[0],
+        //  position: [100, -10, -21],
+        //  parent: app.query('#1F1FS01')[0],