|
马上注册登录,享用更多网站功能!
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
1.请问ZZZ高手,怎样用程序调用自己作的UDF,我 试用UF_MODL_import_udf()和UF_MODL_boolean_udf,我 对UF_MODL_import_udf()中的char * filename ,/* <I>
User defined feature file name to import (with .udf
extension).
不知道怎么用,用UGNX2生成的UDF文件没有以udf作后缀的 文件,望赐教,谢谢
2.怎样用
extern UFUNEXPORT int UF_CURVE_section_from_planes (
UF_CURVE_section_general_data_p_t general_data, /* <I> Data provided
by the user to to be
used in creating the
section curve feature.
*/
UF_CURVE_section_planes_data_p_t planes_data, /*<I> Sectioning planes
and datum planes.*/
tag_t *section_curves /* <O>
Feature tag, if general_data->associate is 1, or
Group tag of section curves if general_data->associate is 0
and general_data->grouping is 0, or
Group tag of groups of curves if general_data->associate is 0
and general_data->grouping is 1 */
);
就是对第一二个 参数不会设置,怎样调用UF_CURVE_section_general_data_p_t,尤其对
UF_CURVE_section_general_data_s中的tag_t *objects 怎样设置 |
|