linkedin

Autodesk Inventor Questions & Answers

View Product | Have a Question?

Showing 1- 10 of 157 questions

img
Editor's ChoiceMost Popular
Q:

How can I detect which component occurrence was clicked in a drawing view from a sheet point in Autodesk Inventor?

amitha . Mar 09, 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
Q:

In an Autodesk Inventor sketch, how can I snap a line endpoint coincident to the perimeter of an ellipse?

Vendor Elite. . Feb 24, 2026 A:

Here’s the move:

  • Fire up the Coincident Constraint tool (or hit G because why not).
  • Click the endpoint of your line.
  • Carefully-I mean carefully- clickthe ellipse curve, not the centre point. Boom. Snapped. Locked to the ellipse perimeter.

SHREE LAXMI . Feb 26, 2026
Q:

Can you add centerlines and centermarks in an Autodesk Inventor drawing using VBA?

Ashish Umate . Feb 23, 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
Q:

Why did Windows XP tend to be preferred over earlier Windows versions in many Autodesk Inventor installations?

Kanhiya Parmar . Feb 21, 2026 A:

Here’s why XP edged ahead:

  • Improved memory management
  • 3 GB switch support
  • Driver and hardware support
  • onger support lifecycle

Sonali . Feb 23, 2026
Q:

Are both Autodesk Inventor and Solid Works compatible with Microsoft.NET languages like C# and VB.NET?

Deelip khatree . Feb 17, 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
Q:

Is it possible to preview an Autodesk Inventor drawing using specific printer settings?

Janhit medical . Jan 31, 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
Q:

How do I import AutoCAD blocks into an Autodesk Inventor drawing template for reuse?

Jitender . Jan 26, 2026 A:

Import AutoCAD Blocks into Inventor Drawing Templates

  • You can import your standard AutoCAD blocks (with attributes, if needed) directly into an Inventor .dwg or .idw drawing template:
  • Open your Inventor drawing template.
  • Use Insert > AutoCAD Block to bring in your .dwg blocks.
  • Once inserted, they’re saved in the template and can be reused across drawings.
  • Even if you delete them from the sheet, they remain available in the block list for future use.

PETRETC . Jan 28, 2026
Q:

In Autodesk Inventor (and similar CAD systems), what is meant by the “reference vector” of an arc?

DIVYA AGGARWAL . Jan 25, 2026 A:

In the context of Autodesk Inventor (and many CAD systems), the 'reference vector' for an arc typically refers to the direction vector used to define the orientation of the arc's plane or its sweep direction-especially when the arc is created in 3D space.

surjeet kumar bhadra . Jan 26, 2026
Q:

Is it allowed to build and ship custom DLL-based add-ins for Autodesk Inventor, and what’s the right way to handle Inventor DLLs?

Sachin . Jan 25, 2026 A:

Totally okay-and encouraged! Autodesk provides the Inventor SDK specifically so developers like you can build custom applications and add-ins. But yeah, DLL deployment can be a bit of a minefield if you're not careful with how Inventor expects things to be wired up.

Here’s How to Ship the Required DLLs

  • Best Practice: Rely on Inventor’s Installed COM Interfaces
  • Don’t Copy Inventor’s Native DLLs

Saurabh Gawde . Jan 28, 2026
Q:

Does the Autodesk Inventor API provide write access to sheet formats?

stef c . Jan 24, 2026 A:

As of now, the Inventor API does not provide write access to sheet formats. You can read the title block definition associated with a sheet format, but you cannot modify or replace it directly via the API.

Tracey RENSON . Jan 26, 2026

How was your experience with this product?

  • img
  • img
  • img
  • img
  • img
img

150+ experts available

Get Free Advice to any Individual or Business Related Queries.

Get Expert Advice

Got any questions?

Ask Question from Real Users or Software Experts

Ask Question

Help the community

Be the First to Answer these questions

How can you programmatically change the bend transition of a flange feature in Autodesk Inventor?

Write Answer

How can you calculate a new Point2D using angle and distance in Autodesk Inventor API?

Write Answer

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

Write Answer

Can I access 3D curves created by intersection of surfaces in a 3D sketch via the Inventor API?

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