- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi @J-Camper. I do not think those will be found in the 'usual' place (DrawingStylesManager.ActiveStandardStyle...). I believe those are dictated from the following location:
DrawingDocument.DrawingHatchPatternsManager
...and its properties/methods.
Edit: After closer review, the resource I pointed to does provide a way to access or create a list of hatch patterns, but it does not really seem to provide a way to pair a material with a hatch pattern, so maybe what you are looking for is just not available to the Inventor API yet.
When you go to manually select a hatch pattern from the drop-down list, and choose "Other...", it opens a dialog titled "Select Hatch Pattern", and that dialog has the Load & Export buttons, similar to the DrawingHatchPatternsManager methods available at that link. May have to ask someone from Autodesk if that is available to access by code.
Wesley Crihfield
(Not an Autodesk Employee)