zoukankan      html  css  js  c++  java
  • 常用脚本资料词汇

    角度转弧度

    degto rad
     随即地取值
    random

    ma

    select $shaps

    macroScript Macro112
     category:"DragAndDrop"
     
    (
     max hide command panel toggle
    )
    $box01.vertexticks=on 显示定点标记。


    curvelength $ 判断线的长度、


    判断语句。。if then elese
      for i in  do

       while do 时循环语句

    exit 退出语句、
    for a in selection do if a.length>15 then a.length=15 else a.length=20
    是 如果选择的物体大于。。。 反之。。。。  里被人的东西   “distance 是max距离的意思。


    for a in selection do if distance a $box03>100  then a.length=300 else a.length=20


    选着的东西距离两物体之间,有条件,怎么怎么样、。。。


    for a in selection do movekeys a.height.controller(random 10 30 )

    Rotate $(angleaxis 45 [1,0,0])是旋转的意思。有三种 

    showproperties $  显示物体属性


    macros.run "Tools" "Move"  转换,


    for a in selection do movekeys a.position.controller (random 0 20)

          across   moue

    表情口  撅嘴

              给不同的通道  for i in selection do i.gbufferchannel = (random 0 2000)

    tiptoe,x  z .  tiptoe01,x  z .heel x  y  z  calcaneal x  z  anklebone x y z

      ca= attributes  feet
    custAttributes.add $.modifiers[1] ca加入到卷展览的


    createDialog test_buttons 150 50 生成独立脚本的


    messagebox "Remember: Never press unknown buttons!"  点击按钮  里面再次生成窗口,很好哦啊啊


              $Cylinder01.baseobject[#lteration] 基础物体的下一集这样表示


              $Cylinder01.smooth=false说明他的开关这样表示

                 converttopoly $ 快速转多边型

  • 相关阅读:
    基于jquery和bootstrap的下拉框左右选择功能
    移动端监听输入手机号以及判断手机号有效
    Latex中文识别texlive中文
    C++、堆栈
    项目大作业图书管理系统
    DIV页面分部
    Eclipse建立Java Web项目
    Java Web开发时JSP乱码问题
    python sdnu校园网模拟登陆
    pip 安装命令
  • 原文地址:https://www.cnblogs.com/gaitian00/p/2022160.html
Copyright © 2011-2022 走看看