I am new to the Solidworks API, coming from Inventor, on which I am a little more comfortable, having used it for a few months.
Is there an equivalent to the temporary graphics functionality found within Inventor's ClientGraphics, to display the information without having to create very complex objects?
I want to verify that my stored points are where they should be, so I would like to output a series of points and lines, unrestricted in a 3d space.
I have tried ModelDoc2.CreatePoint, however this seems to initiate some sort of sketch mode, and any subsequent points are restricted to a plane that this singular point made (I think).
Any help would be greatly appreciated.
Thanks,
Philip