uf_wave.h (查看源代码)
 
概述
This is the Open API interface to WAVE. These routines allow you to
manipulate linked features and delayed update control.

These routines are typically used with routines in uf_so.h. In particular,
assy_ctxt_xforms are smart objects created using routines in that file.

Linked features rely on data from other parts. In some cases, therefore,
the UF_WAVE_xxx routines may require data from parts that are not loaded.
Where the data is being created or modified, the part is automatically
loaded first. However, where the data is only needed for an enquiry
routine, memory considerations mean it may not be appropriate to load the
part, if it is not already loaded. Hence the enquiry routines have been
provided with an allow_load argument, which controls whether parts are
loaded if necessary to supply the data wanted, or if an error
(UF_WAVE_data_not_loaded) is given instead.

 


 
uf_wave_errors.h (查看源代码)
 
概述
This file contains all the error codes raised by the UF_WAVE module.

 


 
uf_wave_types.h (查看源代码)
 
概述