Hi, I'm working on an Addin that uses a new input device. I want to be able to use this input device to control the location of a section view continuously.
Right now I'm updating the offset of the section view and then calling CreateSectionView each time the position of the input device changes. However, this is very slow, as I imagine Solidworks is doing CSG or something at each step.
While I'm engaging my input device, I want to be able to update the section view feedback quickly, as is done when you drag the arrows of the section view plane to position it. Only when I'm disengaged from the input device should CreateSectionView be called. Is this ability to continuously move the section view available somewhere in the API?
I'm coding in C#.
Thanks!
SolidworksApi macros