|
Action:
|
Gets a list of valid transparency component names.
|
|
|
Prototype:
|
outcome api_rh_get_transp_comp_list (
|
|
|
int& n_transparencies,
|
// returns number of
|
|
|
|
|
// transparencies
|
|
|
const char**& names
|
// returns list of names
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "rnd_husk/api/rnd_api.hxx"
|
|
|
Description:
|
This API points to a list of valid
RH_MATERIAL transparency component names. The list should not be freed by the application.
|
|
|
Library:
|
rnd_husk
|
|
|
Filename:
|
rbase/rnd_husk/api/rnd_api.hxx
|
|
|
Effect:
|
Read-only
|