Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SheetMetal // Giving FLATEXTENTLENGTH another unit

1 REPLY 1
SOLVED
Reply
Message 1 of 2
pierre.masson
386 Views, 1 Reply

SheetMetal // Giving FLATEXTENTLENGTH another unit

When using Sheetmetal.

You are using the FLATEXTENTLENGTH or WIDTH or AREA Values in your drawing. You would like to use a different unit for these Values than the units you are using in your drawing.

Pierre Masson Product Support Specialist PS MFG EMEA Autodesk, Inc.
1 REPLY 1
Message 2 of 2

You can create an Ilogic Rule in the SheetMetal Document to generate custom Iproperties.

 

 

The Rule can be looking like that :

iProperties.Value("Custom", "extents_length")= Round(SheetMetal.FlatExtentsLength/1000,😎& "M"

iProperties.Value("Custom", "extents_width")= Round(SheetMetal.FlatExtentsWidth/1000,😎& "M"

iProperties.Value("Custom", "extents_area")= Round(SheetMetal.FlatExtentsArea/1000000,😎& "M^2"

 

This is an example if you want to change them in Meters when starting from mm, and rounded to the 8th decimal.

You can trigger this rule to run every part geometry change.

 

Then you can create a textbox in your drawing implementing these Iproperties Values, and not FLATEXTENTLENGTH which are Read-Only.

 

Pierre Masson Product Support Specialist PS MFG EMEA Autodesk, Inc.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report