|
马上注册,结交更多同行朋友,交流,分享,学习。
您需要 登录 才可以下载或查看,没有帐号?注册
x
extern int UF_SETUP_create (
tag_t part_tag,
const char * template_name );
tag_t part_tag Input - see above
const char * template_name Input - see above
This function creates a UF_SETUP object in the part specified by 'part_tag'.
It uses the part 'template_name' as its template. The setup, views, groups and
operations of 'template_name' become the setup of 'part_tag'. No geometry
is loaded and no attempt is made to map the geometry in 'template_name' to
the geometry in 'part_tag'.
实在是没有搞懂这个函数怎么使用,特别是'template_name' 是该输入什么
谢谢了 |
|