The Geomagic COM Server API is a mechanism for executing macros in Geomagic products from witihin another application.
Useful Links
Download COM Server - Contains a link to download and install the COM Server.
COM Server Documentation - This COM Server document discusses basics about using the COM Server. It also includes a VB example for users to try out the COM.
An example for using a VB macro shows users how to pass a VB macro through COM to the Geomagic application. It can be found at this location on your computer:
C:\Program Files\Geomagic\Common\Geomagic COM Server\VB Example
An example for using COM C++ shows users how to pass along macros through COM to the Geomagic application. It can be found at this location on your computer:
C:\Program Files\Geomagic\Common\Geomagic COM Server\C++ Example
To what .dll do we register and link to for the macro COM interface?
How can I tell if the macro server is paused or enabled?
A macro is a sequence of actions (menu or icon selections) that is recorded and stored for re-use. Not all actions in the user interface can be included in a macro. Macros can execute a single or a string of commands and obtain information with a query. Geomagic macros are comprised of a name and series of parameters that define the behavior of the macros.
Useful Links
How can I see a list of what macros are available using a VB script?
How can I see a list of what macros are available using a Python script?
How can I run a single macro from the command line?
Are there any Python script macro examples?
How do I write a command line macro to select the test, reference, or result object?
How can I create a macro that uses my location set to create a CSV report?
Can I directly call a log file from the command line in a batch program?
What are some known parameters of existing macros?