linkedin

CAD Software Questions & Answers

View Products | Have a Question?

Showing 1- 10 of 466 questions

img
Editor's ChoiceMost Popular
Q:

Why might a User Parameter not be deletable even if it appears unused?

Manish Solanki . Mar 13, 2026 A:

Why a User Parameter Might Not Delete

Referenced in Geometry or Features

Even if it looks unused, Inventor won’t let you delete a parameter if:

  • It’s used in a sketch dimension
  • It drives a feature (extrude, pattern, etc.)\
  • It’s referenced in an equation or another parameter

2.Linked to iProperties or BOM

if the parameter is mapped to an iProperty or exported to BOM, it may be retained.

3.Used in Expressions

Even indirect references (like Width = Length * 2) count as usage.

Vijayakumar Ramachandran . Mar 14, 2026
Q:

How do I get a property from a part that is selected inside an assembly using the SelectSet?

Kumar Sanu . Mar 06, 2026 A:

The SelectSet in an assembly can contain different types of objects: geometry, faces, edges, or ComponentOccurrences. To access a property value from a part inside an assembly, you need to:

  • Identify the selected item in the assembly.
  • Confirm it's a ComponentOccurrence.
  • Access the referenced document (typically a .ipt).
  • Read the desired property from its PropertySets.

ADITYA DAYAL SONKER . Mar 07, 2026
Q:

Can I programmatically replace the title block and border in existing .idw files using a template?

Bharat . Mar 06, 2026 A:

You can write a VBA or VB.NET routine to replace the title block and border in an existing .idw file by copying them from a template drawing. This is especially useful for batch updates or enforcing company-wide standards.

Gaytri Thakur . Mar 09, 2026
Q:

Can I configure the DWG Translator AddIn to export only specific sheets?

Robin Luthra . Mar 05, 2026 A:

If you're using the DWG Translator AddIn, you can configure it to export specific sheets. This is more advanced but gives you control over export settings.

Shivam tripathi . Mar 07, 2026
Q:

What is the relationship between DLLs, add-ins, and ActiveX controls in the Inventor/.NET context?

Ashish grover . Mar 05, 2026 A:

  • All add-ins and ActiveX controls are DLLs, but not all DLLs are add-ins or ActiveX.
  • Add-ins are typically built as DLLs that implement specific interfaces (e.g., ApplicationAddInServer in Inventor).
  • ActiveX controls are a specialized type of COM DLL with a visual interface, often used in legacy VB6 or VBA forms.
  • DLLs are the most general — they can be used for anything from math libraries to API wrappers.

Rohit boys 01 . Mar 08, 2026
Q:

How can I tell whether a drawing view is referencing the flat pattern of a sheet metal model?

Terence Chan . Mar 04, 2026 A:

  • A drawing view references a model document (ReferencedDocumentDescriptor).
  • If the model is a sheet metal part, it may have a flat pattern.
  • You can use the SheetMetalComponentDefinition to check if the flat pattern is active or if the view is referencing it

Saiyyad Husain . Mar 06, 2026
Q:

Why should I avoid showing a MsgBox immediately after a DWG export, and what’s a better alternative?

Sumit Kahar . Mar 04, 2026 A:

Avoid MsgBox Immediately After Export Instead of:

vba

Call oDWGTranslator.SaveCopyAs(...)

MsgBox 'Export complete!'

Use a delayed notification or write to the status bar:

vba

Call oDWGTranslator.SaveCopyAs(...)

ThisApplication.StatusBarText = 'DWG export complete.'

Or use Debug.Print for logging:

vba

Debug.Print 'Export complete.

Vedic Realms . Mar 05, 2026
Q:

Can I set DWG export options via VBA using the TranslatorAddIn?

Balaji Caterers . Mar 04, 2026 A:

Yes, it’s absolutely possible to set DWG export options via VBA using Inventor’s TranslatorAddIn interface.

Sidharth . Mar 05, 2026
Q:

Can I assign an existing drawing layer to a SketchLine in an .idw?

Vijayakumar Ramachandran . Mar 03, 2026 A:

You can assign an existing layer to a SketchLine in a drawing (.idw) using VBA. The key is that layers in drawings are managed via the Layers collection on the DrawingDocument, and sketch geometry like SketchLine has a Layer property you can set directly.

Chirag Ganguli . Mar 04, 2026
Q:

Can I access and control DWG/DXF export parameters via VBA?

Madan Dall . Mar 02, 2026 A:

Yes, you can access and control export parameters for DWG/DXF through VBA using the NameValueMap object, which acts as the configuration carrier for the export process.

Ranjith Shetty . Mar 04, 2026

Have you used any product in this category?

Help others make informed decisions by reviewing your experience.

Add Review
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

Can I remove stale external links (even bitmap references) from an Inventor file via VBA?

Write Answer

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

Is it possible to combine an assembly (.iam) and a drawing (.idw) into a single DWF/DWFx file, and what workflow is needed to merge 2D and 3D content?

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