Call a viewport or C3D element from a sheet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm reposting a somewhat similar question following a previous post, adding new information and redefining my question, which didn't receive any answers.
I'm looking to automate the production of sheets in C3D using C# .NET. I have hundreds of sheets to produce.
I've found that:
- View frames aren't createable or configurable, only readable.
- How to create sheets, place them in sheet sets, call a template, and a dst file via the AcSmSheet and AcSmSheetSet classes.
- Automate the production and placement of Profile Views.
- Create a viewport around each profile view.
What I don't know:
- Is it possible to link an AutoCAD AcSmSheet element to a C3D element (ViewFrame, or to a Profile View, or an Alignment), or if the correct way would be to link the viewports, and if so, how?
Thank you in advance for your answers.