Skip to content

Caad4Rhino is a python package whose purpose is to provide computer aided architectural design tools in rhino 3d software

Notifications You must be signed in to change notification settings

mahaidong/caad4rhino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caad4Rhino

  • verion 0.0.1
  • Copyright (c) 2019-2020 mahaidong
  • Supported by ikuku.cn & caad.xyz
  • 中文说明

caad4rhino

What is this?

Caad4Rhino is a python package whose purpose is to provide computer aided architectural design tools in rhino 3d software.

Features List

  • wall
    • drawing walls
    • line2wall
    • intersecting L,T,X walls
  • opening
    • window
    • door
  • dimension
    • split a dimension-line
    • join two dimension-lines

How to install?

  • 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 to caad4rhino{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.

How to use?

wall line2wall opening dim

License

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.

Further information

Communications related to caad4rhino development happen on a google mailing list .

About

Caad4Rhino is a python package whose purpose is to provide computer aided architectural design tools in rhino 3d software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%