Hi,
I'm trying to do a macro to get Orientation Data of each view in a drawing. I found that i can identify Named Views (type 7)... with their names (*Front, *Left, *Right), using IView.GetOrientationName method, but i don't know how to identify orientation of projected view (type 4). IView.GetOrientationName returns an empty string.
Is there any method to get this info fron projected view entity ?
Another question, it seems that Named views is language dependent; if i use my code within alternate language software, the macro will fail to identify returned name. Is there a function in IView interface to return numerical Orientation ID, or better, angles of view in respect to the 3 dimensions ? This last case should be usable for Named Views and Projected Views...
Thanks.
SolidworksApi macros