Skip to content

ghpython utilities for grasshopper component developing

Notifications You must be signed in to change notification settings

PARKCHEOLHEE-lab/ghpythonutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GhPython Utilities

ghpythonutils serves as a utility for GhPython users engaged in the development of components, algorithms, automation tools, and other functionalities. For reference, this project is always a work in progress. Therefore, if you have any ideas, questions, or suggestions, please feel free to create new issues.

Installation

Firstly, it is necessary to fork this repository and subsequently, open a command prompt (cmd) by pressing Windows + R. Next, proceed to change the working directory to the location where the Rhino files are installed. Typically, the installation path is as follows:

cd `C:\Users\<UserName>\AppData\Roaming\McNeel\Rhinoceros\7.0\Plug-ins\IronPython\settings\lib`

Once you have successfully changed the working directory, proceed to clone this repository using the following command:

git clone git@github.com:PARKCHEOLHEE-lab/ghpythonutils.git

Usage

Upon successful installation, you can import modules from ghpythonutils using the following syntax. Additionally, it is possible to either inherit your class or utilize functions statically.

Releases

No releases published

Languages