Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 552 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 552 Bytes

mattercad

Parametric cad using c#

Video

YouTube Demo

Description

I found some abandoned project to create parametric cad using c# I love OpenScad and use it a lot, but I am .NET developer so will be grat to have something similar with .NET

Links

Original project from MatterHackers https://www.matterhackers.com/news/mattercad-design-your-3d-parts-in-csharp

Example

CsgObject bar = new Box(20, 5.8, 12, createCentered: false);

Screenshot