linkedin

CAD Software Questions & Answers

View Products | Have a Question?

Showing 1- 10 of 465 questions

img
Editor's ChoiceMost Popular
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
Q:

How do I force DIMASSOC=2 when exporting to DWG/DXF using an .ini file?

Sanjeev . Mar 02, 2026 A:

You can include this setting in your .ini file used with SaveAs or Export methods:ini

[AcadOptions]

DIMASSOC=2

ashish jain . Mar 03, 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

Is there a way to extract the text string from a dimension object in Inventor document/drawing? In AutoCAD, I can access the measurement property or the textstring property of a dimension object. I wonder if this is possible in Inventor.

Write Answer

Is it possible to add a new feature to the inventor's explorer?

Write Answer

I am coding in vc++. I want to invoke the skipall command in the "Resolve Link" event. I tried in the ONFILERESOLUTION event, but the dialog is still fired.

Write Answer

Does anyone know how to set options when saving to DWG? I haven't been able to find any documentation on the Format String for DWG's, hence it only fails.

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