Changing the object distance from the origin (API - COM)
Changing the object distance from the origin (API - COM)
(OP)
Hi!
I'am a C++ programmer. I like to change the my object (in .SLDPRT file) distance from the origin (X, Z, Y coordinate) in my C++ (COM) program.
Which object and method do it? (Enough only the object/method name...)
Sorry a lamer question, but I'm lost in the SW object-tree...
Thanks!
ZsZs.
I'am a C++ programmer. I like to change the my object (in .SLDPRT file) distance from the origin (X, Z, Y coordinate) in my C++ (COM) program.
Which object and method do it? (Enough only the object/method name...)
Sorry a lamer question, but I'm lost in the SW object-tree...
Thanks!
ZsZs.






RE: Changing the object distance from the origin (API - COM)
Eric
RE: Changing the object distance from the origin (API - COM)
The after the SW API install, in the C:\Solidworks\api directory (where is api help too) have a example by solidworks_api_session name.
It is very good...