Skip to content
View shawnhan45's full-sized avatar

Block or report shawnhan45

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cityline_ticket cityline_ticket Public

    cityline ticket自动化程序

    Python 52 13

  2. ChatGPT-Telegram-Workers ChatGPT-Telegram-Workers Public

    Forked from tbxark/ChatGPT-Telegram-Workers

    Deploy your own Telegram ChatGPT bot on Cloudflare Workers with ease.

    TypeScript

  3. CAD2PS CAD2PS Public

    分层导出AutoCAD至Photoshop,自动对齐导出的eps文件并保存为PSD/PSB文件.

    Python

  4. Folder_Structure Folder_Structure Public

    文件夹结构生成,快速浏览文件夹中是否含有矢量文件

    Python

  5. AutoCAD AutoLISP:将宽轻量多段线转换为零宽闭合轮廓 AutoCAD AutoLISP:将宽轻量多段线转换为零宽闭合轮廓
    1
    ;;; WPL2OUT.lsp
    2
    ;;; Convert selected variable-width LWPOLYLINE objects to zero-width outlines.
    3
    ;;; Adversarially reviewed trial version 6.0: source objects are always kept.
    4
    ;;; Straight segments are exact. Arc segments are approximated at 1-degree steps.
    5
    ;;; Continuous-width joins use direct intersections of both offset edges.
  6. 根据线宽/厚度,输入层高自动计算建筑面积并标注 根据线宽/厚度,输入层高自动计算建筑面积并标注
    1
    (defun c:CalJM (/ ss i ename obj objName g-width len thick area vol hgt result minp maxp pt text_h tmp)
    2
      (vl-load-com)
    3
    
                  
    4
      ;; 1. 获取层高
    5
      (initget 7)