Function ProLightSourcesGet
Description
Retrieves the light information associated with the specified window in model space.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSurface.h>
ProLightSourcesGet
(
int window_id
/* (In)
The identifier of the Creo Parametric window. Use PRO_VALUE_UNUSED (or a value less than 0)for the current window.
*/
ProLightInfo** light_info
/* (Out)
ProArray of structures of light properties. The function allocates memory for this argument. To free it, call the function ProArrayFree.
*/
)
Returns
The function succeeded.
The argument is invalid.
User Guide References
これは役に立ちましたか?