Showing 1- 10 of 30 questions
You can use Inventor’s Attribute or AttributeSet functionalities to save any personal data in an Inventor file like AutoCAD’s Xdata or Ldata.
Inventor allows you to import 2D AutoCAD geometry into a sketch within an .idw file. This can be done manually or automated via VBA/iLogic.
Manual Steps (for reference)
This converts AutoCAD geometry into Inventor sketch entities.
Example VBA Snippet (Conceptual)
Sub InsertDWGIntoSketch()
Dim oDoc As DrawingDocument
Set oDoc = ThisApplication.ActiveDocument
Dim oSheet As Sheet
Set oSheet = oDoc.ActiveSheet
' Start a new sketch
Dim oSketch As DrawingSketch
Set oSketch = oSheet.Sketches.Add
' Simulate command to insert DWG
ThisApplication.CommandManager.ControlDefinitions.Item("DrawingInsertDWGCmd").Execute
End Sub
These tools typically work by:
Some known tools or workflows include:
Yes, you can use ClientView to view Inventor documents -but not directly for AutoCAD .dwg files.
You might find some useful plugins on the Autodesk App Store—it has a variety of add-ons for Inventor and AutoCAD that could help with scaling inside the Sketch environment.
After subscribing to Autodesk, users receive comprehensive support through multiple channels, including email, phone, live chat, and ticket-based assistance.
To add line weight in Auto CAD, follow the steps given below:
To print actual size using AutoCAD, follow the steps given below:
To determine the scale of a drawing in AutoCAD, follow the steps given below:
To find the vanishing points in AutoCAD, follow the steps given below:
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