08 2022 档案
摘要:fn rotatePointAroundCenter center dir radius steps:36 debug:false = ( local tm = (matrixFromNormal dir) local p = center+(tm.row1*radius) local div =
阅读全文
摘要:轴心点函数大全 函数名称中的字母含义: w:西 e:东 n:北 s:南 b:底 c:中心 t:顶 m:间 如:wnb表示西北下 smt表示南中上 fn pivot_wnb = (for i in selection do (i.pivot = [i.min.x,i.max.y,i.min.z]) )
阅读全文
摘要:1 --在函数定义上使用mapped前缀将此函数标记为自动映射到集合上。这意味着,如果将集合作为函数的第一个参数,则该函数将在集合的元素上自动重复调用。这允许您定义脚本化函数,这些函数的行为方式与映射的内置函数类似,例如复制、删除、移动等,这些函数可以应用于对象集、路径名模式或数组。有关详细信息,请
阅读全文
摘要:1 a=#(1,2,3,4) 2 b=#(1,2,4,5,6,3) 3 c=#(9,2,3,7,5,6,4) 4 d=#(1,2,3,4,8) 5 6 fn getsame arr = 7 ( ref=arr[1] 8 for i=1 to arr.count-1 do( 9 ref=for j i
阅读全文
摘要:1 fn mat_Finder mat LL = 2 ( 3 aa=finditem LL (classof mat) 4 return aa 5 ) 6 7 8 filter_List =#(VRay_材质包裹器,VRay_灯光材质,VRay_覆盖材质,VRay_混合材质,VRayMtlWrapp
阅读全文
摘要:1 修改视图窗口背景色 2 fn setBckgroundColor theColor = 3 ( 4 SetUIColor 41 (theColor/255) 5 colorMan.repaintUI #repaintAll 6 ) 7 8 --setBckgroundColor (color 5
阅读全文

浙公网安备 33010602011771号