Skip to content

arup-group/AdSec-Grasshopper

Repository files navigation

AdSec-Grasshopper

Downloads Install plugin

AdSec-Grasshopper is a plugin for Grasshopper wrapping Oasys AdSec's .NET API. The plugin allows users of Grasshopper to create, edit and analyse AdSec models seemlesly.

Latest CI Pipeline Unit Tests Deployment Dependencies
GitHub release (latest by date including pre-releases)
Yak
Nuget
Azure DevOps builds
GitHub branch checks state
codecov
Azure DevOps tests
GitHub Workflow Status
GitHub Workflow Status
Libraries.io dependency status for GitHub repo
Dependents (via libraries.io)

Documentation

Docs

AdSecGH documentation tbd

Example Files

ExampleFiles

This repository contains a number of example files that are also used for testing on new releases, please check out the ExampleFiles folder for a growing list of Grasshopper files.

Contributing

GitHub pull requests GitHub closed pull requests GitHub commit activity GitHub top language GitHub contributors

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Development

You will need to setup pre-commit for doing development.

# Setup virtual environment (.venv is excluded by default on the gitignore)
python -m venv .venv
# Activate virtual environment
.\.venv\Scripts\activate
# Install pre-commit
pip install pre-commit
# Install commitizen
pip install Commitizen
# Install and Add commit-msg and pre-push hook types
pre-commit install --hook-type commit-msg --hook-type pre-push
# Setup Hooks (repeat on new branches where the configuration might be different)
pre-commit install

License

License: MIT

The plugin is free to download but can only be loaded with a license for AdSec API available. Contact Oasys for a free trial. For licensing of AdSec and AdSec API refer to Oasys Software licensing terms.

For third party packages used by AdSec-Grasshopper, the individual licenses apply. See a list of these in the 'License' subfolder of each project.

About

AdSec

AdSec-Grasshopper is a plugin for Grasshopper wrapping Oasys AdSec's .NET API. The plugin allows users of Grasshopper to create, edit and analyse AdSec sections seemlesly. AdSecGH requires a licensed version of AdSec API.