|
Action:
|
Creates a copy of a material.
|
|
|
Prototype:
|
outcome api_rh_copy_material (
|
|
|
RH_MATERIAL* material,
|
|
// old material
|
|
|
RH_MATERIAL*& new_material
|
// new material
|
|
|
|
|
|
// returned
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "rnd_husk/api/rnd_api.hxx"
|
|
#include "rnd_husk/include/rh_enty.hxx"
|
|
|
Description:
|
This API creates a new
RH_MATERIAL with the same properties as the old
material.
|
|
|
Library:
|
rnd_husk
|
|
|
Filename:
|
rbase/rnd_husk/api/rnd_api.hxx
|
|
|
Effect:
|
Changes model
|