Autodesk Inventor Customization
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Customisin g Measure Tool
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Customize this, dialog box will not disappear(modal) after entering into any other command so no need to remember the values of x,y....etc.
Sanjay Yallure
-----------------------
Inventor Professional 10.0
Regards,
Sanjay
Re: Customisin g Measure Tool
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
HEllo Sanjay,
Did you get that macro done, customising the measure tool???
I need a tool to measure from face to workpoint.
Can you please help me??
Amool.
Inventor Applications Engineer
--------------------------------------------------------------------------------------
If my solution seems to remedy your problem, please press the Accept Solution button, Some KUDOS -
-------------------------------------------------------------------------------------
Re: Customisin g Measure Tool
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
Inventor dialogs are not customizable in general. However you can create your own dialog if you want to.
The measure functionalities are available through the API, so that part of it you could reuse.

Adam Nagy
Developer Technical Services
Autodesk Developer Network
Re: Customisin g Measure Tool
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
HEllo Adam,
I am writing a macro to get distances of "WorkPoint"s in Occurrences from "Face"s of parts in occurrences.
And writing all data to excel file or csv file.
Thanks.
AD
Inventor Applications Engineer
--------------------------------------------------------------------------------------
If my solution seems to remedy your problem, please press the Accept Solution button, Some KUDOS -
-------------------------------------------------------------------------------------
Re: Customisin g Measure Tool
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
well, WorkPoint.Point has the method Point.DistanceTo to get the distance of two work points.
As to writting to Excel/CSV, you can just use Windows API. Searching with the keywords, you could also find some posts here.
Xiaodong Liang
Developer Technical Services
Autodesk Developer Network
