• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Inventor Customization

    Reply
    Active Contributor
    Posts: 30
    Registered: ‎07-11-2005

    Customising Measure Tool

    177 Views, 4 Replies
    04-28-2006 04:19 AM
    Whenever we use measure tool it will show the a dialog box with valves of x,y,z, delta X, delta Y & delta Z. I want to customize the same as per the attached image.

    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
    Please use plain text.
    Valued Contributor
    Posts: 84
    Registered: ‎07-01-2012

    Re: Customising Measure Tool

    11-07-2012 08:31 PM in reply to: sanjaysy

    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.

    Mechanical Engineer
    Inventor Applications Engineer

    --------------------------------------------------------------------------------------

    If my solution seems to remedy your problem, please press the Accept Solution button, Some KUDOS -

    -------------------------------------------------------------------------------------
    Please use plain text.
    ADN Support Specialist
    Posts: 211
    Registered: ‎03-26-2007

    Re: Customising Measure Tool

    11-20-2012 08:19 AM in reply to: ADNpati

    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
    Please use plain text.
    Valued Contributor
    Posts: 84
    Registered: ‎07-01-2012

    Re: Customising Measure Tool

    11-20-2012 02:07 PM in reply to: adam.nagy

    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

    Mechanical Engineer
    Inventor Applications Engineer

    --------------------------------------------------------------------------------------

    If my solution seems to remedy your problem, please press the Accept Solution button, Some KUDOS -

    -------------------------------------------------------------------------------------
    Please use plain text.
    ADN Support Specialist
    xiaodong.liang
    Posts: 814
    Registered: ‎06-12-2011

    Re: Customising Measure Tool

    12-18-2012 12:18 AM in reply to: ADNpati

    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

    Please use plain text.