|
Action:
|
Sets the transparency properties in the material associated with a geometric entity.
|
|
|
Prototype:
|
outcome api_rh_set_material_transp (
|
|
|
ENTITY_LIST const&
|
// list of entities
|
|
|
|
entity_list,
|
// to be set
|
|
|
double transp
|
// transparency value
|
|
|
|
|
// (0 is transparent;
|
|
|
|
|
// 1 is opaque)
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "kernel/kerndata/lists/lists.hxx"
|
|
#include "rnd_husk/api/rnd_api.hxx"
|
|
|
Description:
|
This API sets the transparency properties in the material associated with a geometric entity. Geometric entities must be of the type
BODY,
LUMP,
SHELL, or
FACE.
|
|
|
Library:
|
rnd_husk
|
|
|
Filename:
|
rbase/rnd_husk/api/rnd_api.hxx
|
|
|
Effect:
|
Changes model
|