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

Hi @Darkforce_the_ilogic_guy,

 

I would probably update all the physical properties of the document by adding this line : 

 

Dim rDoc As Document
rDoc = ThisDoc.Document
Dim docPropertySet As PropertySet
docPropertySet = rDoc.PropertySets.Item("Design Tracking Properties")
Dim test As Double

ThisApplication.CommandManager.ControlDefinitions.Item("AppUpdateMassPropertiesCmd").Execute

test = docPropertySet.Item("Density").Value
MsgBox(test)

 

 

Maybe you can find what you are looking for here  : 

Résolu : how to update physical mass, area and volume...for an assembly by API - Autodesk Community ...

 

Kind regards,

FINET L.

If this post solved your question, please kindly mark it as "Solution"

If this post helped out in any way to solve your question, please drop a "Like"

@LinkedIn     @JohnCockerill