Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I use C# and when I want to access SurfaceBody.MassProperties, I get the following error:
Error CS1061 'SurfaceBody' does not contain a definition for 'MassProperties' and no accessible extension method 'MassProperties' accepting a first argument of type 'SurfaceBody' could be found (are you missing a using directive or an assembly reference?)
Is it defined in an assembly reference the should be added to the project?
Website: https://perceptino.com
Solved! Go to Solution.