Showing 1- 10 of 408 questions
However, here’s what is possible:
Custom Icons for Macros or iLogic Rules
Manual Method
Use Slice Graphics
This is your best friend for sketch visibility.
Step 1: Open the Bearing Assembly
If your bearing is an assembly (.iam) that includes OR, IR, and Ball as separate parts:
Step 2: Edit the Parts
Once each part is open:
Step 3: Create Derived Parts
To use these parts as derived geometry in another part:
If you're comfortable with .NET, you can create an Inventor Add-In that listens for the OnOpenDocument event: Private Sub m_ApplicationEvents_OnOpenDocument(ByVal DocumentObject As Inventor._Document, ByVal FullDocumentName As String, ByVal BeforeOrAfter As EventTimingEnum, ByVal Context As NameValueMap, ByVal HandlingCode As HandlingCodeEnum) Handles m_ApplicationEvents.OnOpenDocument
If DocumentObject.DocumentType = kDrawingDocumentObject Then.
Run your macro logic here End If
End Sub
Basic Workflow to Create a Rib via API
CreateDefinition to initialize a RibDefinition object.Add method to create the rib feature.
What You Gotta Do:
The short answer is: yes, the iPart member must already exist in the iPart factory table. The AddiPartMember method doesn't generate new members on the fly-it only inserts an existing one based on a valid row reference.
To migrate Inventor 8 files to Inventor 10 using Visual Basic (VB6 or VB.NET) as a standalone program, you need to use the Inventor API via COM interop. The key step is opening each file and saving it, which triggers the automatic migration.
Help the community
Be the First to Answer these questions
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.
20,000+ Software Listed
Best
Price Guaranteed
Free Expert
Consultation
2M+
Happy Customers