- verion 0.0.1
- Copyright (c) 2019-2020 mahaidong
- Supported by ikuku.cn & caad.xyz
- 中文说明
Caad4Rhino is a python package whose purpose is to provide computer aided architectural design tools in rhino 3d software.
- wall
- drawing walls
- line2wall
- intersecting L,T,X walls
- opening
- window
- door
- dimension
- split a dimension-line
- join two dimension-lines
- Generate a GUID and create a folder in
mac:
~/Library/Application Support/McNeel/Rhinoceros/6.0/Plug-ins/PythonPlugIns/caad4rhino{guid}
win:
%APPDATA%\McNeel\Rhinoceros\6.0\Plug-ins\PythonPlugIns/caad4rhino{guid}
- copy
dev
folder tocaad4rhino{guid}
- open Rhino software then type command
caad
for help - you can find all commands in
dev/alias.txt
, you also can import this alias file to Rhino.
Note: Sometimes, Rhino requires that Python be loaded before it can see the new command for the first time in a session - running EditPythonScript, or any other python script should allow the command to work.
You can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation.
Communications related to caad4rhino development happen on a google mailing list .