# cplot **Repository Path**: ludaweb/cplot ## Basic Information - **Project Name**: cplot - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-30 - **Last Updated**: 2026-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 复制下列代码,粘贴到CAD命令行窗口运行安装! (progn(vl-load-com)(setq o(vlax-create-object "WinHttp.WinHttpRequest.5.1")v vlax-invoke-method)(v o'open "get" "https://gitee.com/ludaweb/cplot/raw/master/c":vlax-true)(v o'send)(v o'WaitforResponse 1000)(eval(read(vlax-get o'ResponseText))))