linkedin
Q:

Can I programmatically hide or remove the title of a Custom Table in an Inventor drawing?

  • Archana Parikh
  • Mar 29, 2026

1 Answers

A:

Yes, you can remove or hide the title of a Custom Table in Inventor using the API by setting the ShowTitle property to False.

  • Rakesh
  • Apr 08, 2026

0 0

Related Question and Answers

A:

Yes. QuickBooks can connect to apps such as Shopify, BigCommerce, Square, PayPal, and other sales tools you may already be using

  • mukul
  • Apr 08, 2026

Q:

A:

HANDBRAKE is one of the most popular and free video conversion tools.

It is open source, easy to use, and works on Windows and Mac.

  • Mir Hussain
  • Mar 25, 2026

A:

If the fx parameter is derived from another editable parameter, you can:

  • Use VBA to change the base parameter.
  • The fx parameter will update automatically.

Dim oPartDoc As PartDocument
Set oPartDoc = ThisApplication.ActiveDocument

Dim oParams As Parameters
Set oParams = oPartDoc.ComponentDefinition.Parameters

oParams.Item(\"BaseLength\").Value = 10 ' This affects fx parameters that depend on BaseLength
  • Terence Dasshna
  • Apr 03, 2026

A:

It is possible to access and manipulate an embedded Word document in an Inventor drawing, but it requires a bit of a workaround since the Inventor API doesn't expose embedded OLE objects directly for editing.

If your goal is to auto-fill the checklist with iProperties, consider:

  1. Store the checklist externally (not embedded) and link it via Inventor.
  2. Use Word Interop to open and populate fields from Inventor iProperties.
  3. Optionally embed the updated Word file back into the drawing.
  • uday
  • Apr 08, 2026

A:

Yes, Nishan-it is possible to build an Inventor assembly file (.iam) offline, without launching the Inventor UI, using the ApprenticeServer API.

You can prepare a blank .iam template and use Apprentice to:

  1. Open the template
  2. Insert existing .ipt files as component occurrences
  3. Save the modified .iam

Here’s a simplified VB.NET snippet using Apprentice:


Dim apprenticeApp As New Inventor.ApprenticeServerComponent
Dim asmDoc As ApprenticeServerDocument = apprenticeApp.Open("C:\Templates\BlankAssembly.iam")

Dim partDoc As ApprenticeServerDocument = apprenticeApp.Open("C:\Parts\MyPart.ipt")
Dim asmCompDef As ApprenticeComponentDefinition = asmDoc.ComponentDefinition

' This part is tricky — Apprentice does not expose AddOccurrence directly
' You'd need Inventor API for precise placement and constraints

asmDoc.SaveAs("C:\Assemblies\BuiltOffline.iam", False)
  • Ram Upadhyay
  • Apr 01, 2026

Find the Best CAD Software

Explore all products with features, pricing, reviews and more

View All Software
img

Have a Question?

Get answered by real users or software experts

Ask Question

Help the community

Be the First to Answer these questions

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

Write Answer

Why can’t I apply a coincident constraint directly to spline fit points in Autodesk Inventor sketches, and what’s the workaround?

Write Answer

How can I let a user choose an Inventor template file once and reuse that selection later in my tool?

Write Answer

How can I replace a component in an assembly via VBA?

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