2011年4月15日

自动对齐中的一段代码。

摘要: distance_d = distance $selection[1].pos compare_array[1].pos try ( distance_c = distance $selection[1].pos compare_array[2].pos )catch ( distance_c =distance_d+20) if amin distance_d distance_c == distance_d then ( return compare_array[1] )else ( return compare_array[2] ) -- ) catch ()在上面这个段代码中 我要说明 阅读全文

posted @ 2011-04-15 13:26 盖天00 阅读(233) 评论(0) 推荐(0) 编辑

自动对齐核心已经完成。这个不错。

摘要: macroScript gt_duiqigognjucategory:"盖天工具"ButtonText:"对齐"toolTip:"对齐工具"(global gt_yc_Ailfn g_filter o = superclassof o == Geometryclassfn find_intersection z_node node_to_z =( --try(--同样的条件 数字及计算要比字符串快 所以能用数字 不用字符串。---改写成自动的循环处理的, 我考虑的因为只有6 个 所有用循环擦看。local oop local comp 阅读全文

posted @ 2011-04-15 13:09 盖天00 阅读(206) 评论(0) 推荐(0) 编辑

amax 这个函数叫我好找啊, 我一生都不会忘了

摘要: amax 阅读全文

posted @ 2011-04-15 12:38 盖天00 阅读(256) 评论(0) 推荐(0) 编辑

Collections > Collection Types > ObjectSet Values max 删除清除选择的路径

摘要: objectset>.center : Point3, read-onlyReturns center of bounding box of all objects in set.<objectset>.max : Point3, read-onlyReturns maximum corner of bounding box.<objectset>.min : Point3, read-onlyReturns minimum corner of bounding box.<objectset>.count : Integer, read-onlyRet 阅读全文

posted @ 2011-04-15 11:46 盖天00 阅读(184) 评论(0) 推荐(0) 编辑

max 关于面数的脚本,这个在帮助里面还有很多的茶壶什么的 还有面数显示颜色什么的, 有需要时 学习下。

摘要: (global FaceAreaChecker struct FaceAreaCheckerStruct (FaceAreaThresholdMin = 1, FaceAreaThresholdMax = 10, FaceAreaMode = 1, faceAreaDialog = undefined, InteractiveUpdates = true, iniFileName = (getDir #plugcfg +"\\FaceAreaXViewChecker.ini"), resultColors = #(green, blue+green*0.5, red+yel 阅读全文

posted @ 2011-04-15 11:38 盖天00 阅读(521) 评论(0) 推荐(0) 编辑

拾取可用于鼠标定位。

摘要: obj2 = pickObject rubberBand:$Circle01.pos rubberBandColor:yellow--这个就是出来黄色的线条。其实中间的这个点是可以用鼠标进行定位,。 阅读全文

posted @ 2011-04-15 09:06 盖天00 阅读(140) 评论(0) 推荐(0) 编辑

pickObject count:#multiple forceListenerFocus:false 拾取多个的脚本,这个很是有用。

摘要: pickObject count:#multiple forceListenerFocus:false 阅读全文

posted @ 2011-04-15 09:02 盖天00 阅读(174) 评论(0) 推荐(0) 编辑

2011年4月14日

是个视屏网站。

摘要: http://www.21nave.com/vebo/index.php?r=playlist/view/28 阅读全文

posted @ 2011-04-14 23:11 盖天00 阅读(108) 评论(0) 推荐(0) 编辑

完整的对齐脚本

摘要: macroScript gt_duiqigognjucategory:"盖天工具"ButtonText:"对齐"toolTip:"对齐工具"(global gt_yc_Ailfn g_filter o = superclassof o == Geometryclassfn find_intersection z_node node_to_z =( --同样的条件 数字及计算要比字符串快 所以能用数字 不用字符串。oop=case of((gt_yc_Ail.conunt_spn1.value ==1): [0,0,-1] (gt_yc 阅读全文

posted @ 2011-04-14 20:19 盖天00 阅读(222) 评论(0) 推荐(0) 编辑

对齐成功。

摘要: fn g_filter o = superclassof o == Geometryclassfn find_intersection z_node node_to_z =( --同样的条件 数字及计算要比字符串快 所以能用数字 不用字符串。oop=case of((gt_yc_Ail.conunt_spn1.value ==1): [0,0,-1] (gt_yc_Ail.conunt_spn1.value ==2): [0,0,1] (gt_yc_Ail.conunt_spn1.value ==3):[-1,0,0] (gt_yc_Ail.conunt_spn1.value ==4):[1, 阅读全文

posted @ 2011-04-14 13:50 盖天00 阅读(147) 评论(0) 推荐(0) 编辑

导航