Hi!
Working with a task where an old ZPL macro should be converted to a standalone application in C++ (using ZOS-API). I have encountered several macro commands that I cannot find any description for in manual/help.
Is there anyone here that have the knowledge of what the corresponding calls with ZOS-API would be?
Object_distance_orig = THIC(0)
number_of_surfaces_orig = NSUR()
IMA_SURF_NUM = NSUR()
Lens_Configuration_orig = CONF()
number_of_configurations = NCON()
Thanks in advance!