7cad Array Rebar

7cad Array Rebar

Win32 和 64, 简体中文

7cad
Array rebar dot over line, polyline, or arc

常规使用说明

This is an AutoLisp app. The Lisp source code is in the installation folder. After installation, go to the Add-In ribbon tab and you can see the 7cad panel with my ARB command.

Note: If you don't see the app, or run "ARB" returns the error of "Unknown command", then you should check the APPAUTOLOAD variable at your Autodesk® AutoCAD® command prompt. Type "APPAUTOLOAD" and set it to its default value of 14. Then, run the command "APPAUTOLOADER" for AutoCAD to reload add-in apps.

+ "ARB" command can be called from the command prompt, or from the 7cad ribbon panel.

+ Then the app will ask you to select a LINE, a POLYLINE, or an ARC.

+ Then the app asks you for the distribution code. You can type:

+ Just a number, like, "12", enter. The app will draw 12 rebar dots. Rebar size is taken as half of the current dimension text size.

+ You can enter "12F20" for the distribution code. Then the app will draw 12 rebar dots. But remember since the rebar dot is an assumed annotative object, its size is still half the current dimension text size. The only difference here is rebar dot is offset away from the selected line or polyline a distance. This distance is equal to the radius of the rebar size.

+ You can enter pitch "F16@150" or just "@150", and rebar dots will be drawn at 150 pitch, center to center.

+ Press the "Tab" key to toggle the rebar dots' position to top or bottom.

+ Finally, hit Enter to end the command

See screenshots for more details of how it works, and how the output is set up.

屏幕快照

命令

功能区/工具栏图标 命令 命令描述

ARB

Draw array of rebar dots along line, polyline, or arc

安装/卸载

The installer that ran when you downloaded this app/plug-in from Autodesk App Store will start installing the app/plug-in. OR, simply double-click the downloaded installer to install the app/plugin. You may need to restart the Autodesk product to activate the app/plug-in. To uninstall this plug-in, exit the Autodesk product if you are currently running it, simply rerun the installer, and select the "Uninstall" button. OR, click Control Panel > Programs > Programs and Features (Windows 7/8.1/10/11) and uninstall as you would any other application from your system.

其他信息

Contact me Linh Pham Vu Hong at linh@7cad-programming.com

已知问题

联系

公司名称: 7cad
支持联系人: linh@7cad-programming.com

作者/公司信息

7cad

支持信息

Contact me Linh Pham Vu Hong at linh@7cad-programming.com

版本历史

版本号 版本描述

2.0.0

Added AutoCAD 2025 support.
回到页首