linkedin
Q:

Can I map Microsoft IntelliMouse buttons to trigger Inventor commands like 'Look At'?

  • Akshay Gulunjkar
  • Mar 13, 2026

1 Answers

A:

Yes, you can customize your Microsoft IntelliMouse buttons to trigger Inventor functions like 'Look At', but there are some important limitations and workarounds to be aware of - especially in Inventor 7.

What You Can Do

Microsoft Support: Reassign Mouse Buttons

If you’ve created a macro or VBA function for 'Look At' or other commands:

  1. Use Microsoft Mouse and Keyboard Center
    • This software lets you map mouse buttons to keyboard shortcuts or application-specific commands.
    • You can assign a button (e.g. middle-click or side button) to send the F6 key, which triggers the 'Look At' command in Inventor.
  2. Use Application-Specific Settings
    • In Mouse and Keyboard Center, you can add Autodesk Inventor.exe as a target application.
    • Then assign a mouse button to a specific key or macro only when Inventor is active.
  3. Map to Custom Macros
    • Assign a mouse button to a keyboard shortcut that triggers your macro.
    • Example: Map button to Ctrl+Shift+L, and bind that to your macro in Inventor.
  • Akash tatiya
  • Mar 19, 2026

0 0

Related Question and Answers

A:

Yes, you can access 3D curves created by intersecting surfaces in a 3D Sketch using the Inventor API. These curves are typically represented as SketchSpline3D or SketchControlPointSpline3D objects, depending on how they were created.

  • Rohit Parmar
  • Mar 17, 2026

A:

Step-by-Step Strategy

 

  1. Capture the Click

    Use MouseEvents.OnMouseClick or a custom command to detect the click location on the sheet.

  2. Use HitTest

    Perform a hit test on the drawing view to get the selected geometry:

     

     
    vbnet 
    Dim oView As DrawingView = ' your selected view 
    Dim oPoint As Point2d = ThisApplication.TransientGeometry.CreatePoint2d(x, y) 
    Dim oHitResults As ObjectsEnumerator = oView.HitTest(oPoint, SelectionFilterEnum.kAllEntitiesFilter) 
    For Each oObj In oHitResults 
        If TypeOf oObj Is DrawingCurveSegment Then 
            Dim oCurve As DrawingCurveSegment = oObj 
            Dim oProxy As Object = oCurve.Parent.Geometry 
            ' Now try to resolve the proxy to a ComponentOccurrence 
        End If 
    Next 

     

  3. Resolve to Occurrence

    Use GeometryProxy.ContainingOccurrence to get the ComponentOccurrence:

     

    vbnet 
    Dim oOcc As ComponentOccurrence = oProxy.ContainingOccurrence 

     

    This gives you the actual part or subassembly occurrence in the assembly model.

  • Saurabh Rai
  • Mar 09, 2026

A:

Yes, you can add centerlines and centermarks to a drawing using VBA in Inventor. While the API doesn’t expose every annotation tool directly, it does provide enough access to programmatically create these features.

  • Arun Yadav
  • Feb 26, 2026

A:

Not true - both Inventor and SolidWorks are compatible with Microsoft .NET languages like C# and VB.NET, and both offer robust APIs for integration and automation.

  • Meet nimavat
  • Feb 24, 2026

A:

Yes, it is possible to preview a drawing in Autodesk Inventor using specific printer settings-but with a few caveats.

  • stefhany calibre balasta
  • Feb 02, 2026
Autodesk Inventorlogo

Autodesk Inventor

Autodesk

4.4

View Details
img

Have you used this product?

Share your experience, help others make better choices!

Add Review
img

Have a Question?

Get answered by real users or software experts

Ask Question

Help the community

Be the First to Answer these questions

Can I update the Material field in a .ipt file using VBA in Autodesk Inventor?

Write Answer

How can I get the X–Y coordinates of all holes in an IDW drawing view in Autodesk Inventor, similar to a hole table?

Write Answer

How do I access drawing-specific properties like Sheets when opening an IDW with ApprenticeServerComponent in Autodesk Inventor?

Write Answer

How can I add sketch text (a textbox) into a sketch using VBA in Autodesk Inventor?

Write Answer

Still got Questions on your mind?

Get answered by real users or software experts

Disclaimer

Techjockey’s software industry experts offer advice for educational and informational purposes only. A category or product query or issue posted, created, or compiled by Techjockey is not meant to replace your independent judgment.

Software icon representing 20,000+ Software Listed 20,000+ Software Listed

Price tag icon for best price guarantee Best Price Guaranteed

Expert consultation icon Free Expert Consultation

Happy customer icon representing 2 million+ customers 2M+ Happy Customers