How to get the modified view information of a clash result group?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I need a way to get the information of a clash detective result groups view with the redlines etc..
To create the state:
- Run a test
- Group some clash results into a new group
- Click the group entry
- Adjust the view and create redlines
- A camera symbol appears in the clash group line signaling the modified view data
My question is: If and how can I access this information?
- In .NET-API a ClashResultGroup does not expose a Viewpoint property.
- In COM-API InwOclTestResult has a ViewPoint property. In the documentation there is a clue that InwOclTestResult could be used to get the analogon to both ClashResult and ClashResultGroup (IClashResult objects). Iterating the InwOclClashTest.results() collection returns plain clash results only, no groups. Grouped clashes have a GroupPath property showing the name of the group they are in but no group object property.
- .NET IClashResult objects have a HasSavedViewpoint and HasRedlines property but no Viewpoint or Redline.
- If such clash result groups are exported to the SavedViewpoints collection access to the viewpoint and redlines are possible. How can the export be accomplished by means of .NET or COM API?
So I'm kind of stuck. Can someone please shade some light on this? I would appreciate an answer too saying it is not possible so that I can stop searching.
Thanks