UF_PART_export_exp_mode_e (查看源代码)
定义在: uf_part_types.h
也被称为:
- UF_PART_export_exp_mode_t
- UF_PART_export_exp_mode_p_t
概述
Type which describes how expressions should be processed during an
export operation:
Data Members
UF_PART_copy_exp_deeply
UF_PART_copy_exp_shallowly
UF_PART_export_params_mode_e (查看源代码)
定义在: uf_part_types.h
也被称为:
- UF_PART_export_params_mode_t
- UF_PART_export_params_mode_p_t
概述
Type which describes how solid parameters should be processed during
an export operation,
NOTE: UF_PART_maintain_all_params is a newly introduced option in V15.0.
The behaviours of UF_PART_maintain_params and UF_PART_remove_params
are the same in V15.0 as in earlier releases.
Data Members
UF_PART_maintain_params
UF_PART_remove_params
UF_PART_maintain_all_params
If an expression references another
expression in the same part, then
that referenced expression will also
be copied. (However any referenced
expressions in a different part will
not be copied.)