05-01-2024
02:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-01-2024
02:28 PM
Intellisense can't see "PlanarSketch":
Try to code like this:
Dim a As AssemblyDocument
a = TryCast(ThisDoc.Document, AssemblyDocument)
Dim o As Inventor.PlanarSketches = a.ComponentDefinition.Sketches
Logger.Debug(o.Count.ToString)