• Lisp笔记1


    getpoint   

    getint

    getreal

    getstring

    getdist

    getangle 输入角度,如360 则返回2*pi,180返回1.57。    

    getorient

    getcorner、

    getkword、entsel、nentsel 和 nentselp。getstring 函数是唯一不接受关键字的用户输入函数。

    该三函数都是后面加一个字符串,进行提示。

    分别返回一个点,一个整数,一个浮点数,一个字符串,返回距离,    

    输入后在命令行中用!+变量名的方式来输出。

         command 命令

         (command "line" (list 1 1)(list 2 2) "c")        若输入结束,在最后放上空字符串 ""即可  ,相当于回车,或者右键。

         (command "circle" (list 2 2 )  r)    r 是半径

         (command "CIRCLE" (LIST 2 3 )(LIST 3 4))  前者是圆心  后者是圆上一点。

          (command "mirror" "All" "" (list 300 10)(list 0 0) "n")  镜像的命令,选择是all,然后选择对称轴,然后确定回车。

         (command "Layer" "M" "层的名字”  "c" 7 "")  建层的命令

  • 相关阅读:
    流量分析 (WireShark)
    WEB小技俩
    PHP伪协议
    php弱类型基础
    宽字节注入
    布尔盲注
    时间盲注
    Odoo13教程-Odoo快捷键使用_江苏欧度软件
    Odoo,快速上手Odoo,来了解Odoo几个标准模块
    开源Odoo13更新的模块功能信息(译文)
  • 原文地址:https://www.cnblogs.com/ayhsoft/p/3047530.html
Copyright © 2020-2023  润新知