Skip to content

Commit 221c77c

Browse files
author
hu4o-nicolas
committed
first commit
0 parents  commit 221c77c

24 files changed

+3305
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.DS_Store

CITATION.cff

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
cff-version: 1.0.0
2+
title: LEModeler
3+
message: >-
4+
If you use this software, please cite it using the
5+
metadata from this file.
6+
type: software
7+
authors:
8+
- given-names: Hugo
9+
family-names: Nicolas
10+
email: hugo.nicolas@ensta-bretagne.org
11+
affiliation: ENSTA Bretagne
12+
orcid: 'https://orcid.org/0000-0002-8751-6805'
13+
repository-code: 'https://github.com/hu4o-nicolas/LEModeler'
14+
abstract: >-
15+
LEModeler is an open-source tool for generating and
16+
exporting parametric hydrofoil geometries automatically
17+
using the Rhinoceros 3D CAD engine.
18+
keywords:
19+
- cad
20+
- rhinoscript
21+
- parametric-modeling
22+
- hydrofoil
23+
license: GPL-3.0

Exports/.DS_Store

6 KB
Binary file not shown.

Exports/.gitkeep

Whitespace-only changes.

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

PythonFiles/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)