HeinzBenjamin / FlexCLI

FlexCLI is a C++/CLI interface to access NVidia Flex from .Net environments like C#, IronPython, VB etc. FlexHopper is a plugin for Grasshopper built on top of FlexCLI
GNU General Public License v3.0
93 stars 19 forks source link

Invalid Cast error when creating spring system #3

Closed druedan closed 6 years ago

druedan commented 6 years ago

When I plug my constraint system (made using the lines to spring component) in the scene component, I get an error that says "1. Invalid cast: ObjectWrapper » ConstraintSystem".

What causes this to happen? There are no errors in the spring component so I don't see why there should be an issue.

druedan commented 6 years ago

Disregard, I am dumb