My situation is the following. I have a list of all vertices in a drawing view. I'm trying to transform these coordinates into sheet space coordinates.That should be possible by multiplying the vertex coordinate with the ModelToViewTransform from the view. But it goes wrong before I can even get started.
The strange thing is that Vertex.GetPoint() returns coordinates that make no sense to me. I expect these to be part coordinates, but not a single weldment body has a coordinate in that range. They are also not sheet coordinates.
Does anybody have any idea what's going wrong here?
SolidworksApi/macros