linkedin
Q:

Does AutoCAD inventor support ObjectARX?

  • Sachin Singh
  • Dec 17, 2025

1 Answers

A:

No, Inventor does not directly support the full ObjectARX.

  • Sudhir Pola
  • Dec 25, 2025

0 0

Related Question and Answers

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

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
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 retrieve both the weight and number of parts from an Autodesk Inventor IAM assembly using ApprenticeServerComponent?

Write Answer

How can I strip all VBA macros from an Autodesk Inventor document?

Write Answer

What are some good external code editors to use alongside Autodesk Inventor VBA development?

Write Answer

Can I add welds via VBA in Autodesk Inventor and access the faces used in weld creation?

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