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

Hi @anuj16797 

 

I don't know of a way to do this with built in Inventor settings, but I suppose you could create some custom code for this. 

 

Here is a past post concerning creating a custom iProeprty to handle a format change for the mass.  

https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/custom-properties/m-p/4808383#M48457

 

The syntax to add the thousands separator would be something like this:

 

Dim oValue As Double = 88888888888888

If oValue > 999 Then
	oMsg = oValue.ToString("###,###")
End If

MsgBox(oMsg)

 

If you have questions about how to implement this via code, I would suggest creating a new post on the customization forum and asking those questions,  and linking back to this topic for reference.

https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/bd-p/120

 

I hope this helps.
Best of luck to you in all of your Inventor pursuits,
Curtis
http://inventortrenches.blogspot.com