Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 887 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 887 Bytes

Dynamoid

Dynamoid is a set of Components for the visual coding environment Autodesk (R) Dynamo for creating Clothoid or Euler spiral geometries. This implementation uses Mamitko's C# Clothoid implementation that provides circle to circle and line to circle fitting.

Clothoid Components

  • ByCircleAndCircle: creates a clothoid by circle to circle fitting

  • ByLineAndCircle: creates a clothoid by circle to line fitting

  • ByParameters: creates a clothoid by input factors

Screenshots

clothoid1

Clothoid2

Clothoid3