This is one of many items on the rather long list of missing features that leave paying customers wondering why, after more than a decade, this is still not possible in a civil construction software package. ...
SaveToolLayout, LoadToolLayout save and reload current state. That will not pickup if macros have moved to a different tab group for instance, it places them back exactly where they were. I don't get ...
Thanks Bryce, that worked and is faster, I had always wondered how to triangulate without creating a Model3D in worldview. Creating the Gem with a dedicated ModelType seems key here. I wonder what ...
Maybe try saving/loading the ToolsManager (SaveToolLayout, LoadToolLayout). This may reset the tabs visibility. Callling "ReloadRibbon" from TrimbleOffice is not enough. ------------------------------ ...
Here's the bulk majority of shrink wrap. var entities = m_SourceSelection.SelectedMembers(proj); var entityGroups = entities.OfType ().GroupBy(x => ISnapInHelpers.GetViewSite(x, out ISnapIn _)).ToList(); ...