Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
nnikbin
309 Views, 3 Replies

Is SurfaceBody.MassProperties removed from Inventor 2024 API?

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?