UF_SUBDIV_ask_parms (查看源代码)
 
定义在: uf_subdiv.h
 
概述
Returns the parameters used for a subdiv feature. Given a subdiv
feature tag, determines the subdiv_type and the parameters for the
type in the subdiv_structure_ptr structure.

环境
内部和外部

参见
UF_SUBDIV_free
for freeing the data structures allocated by this routine.
See the example

历史
Originally released in V15.0
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_SUBDIV_ask_parms
(
tag_t subdiv_tag,
UF_SUBDIV_type_p_t subdiv_type,
UF_SUBDIV_data_structures_p_u subdiv_structure_pointer
)
tag_t (tag_t类型)subdiv_tagInput(输入)Object identifier of the
subdiv feature
UF_SUBDIV_type_p_tsubdiv_typeOutput(输出)type of subdiv feature
UF_SUBDIV_data_structures_p_usubdiv_structure_pointerOutput to be freed
输出并释放
pointer to one of the subdiv
data structures. This must be freed
by calling UF_SUBDIV_free.

 


 
UF_SUBDIV_ask_type (查看源代码)
 
定义在: uf_subdiv.h
 
概述
This function returns the type of subdiv feature.Given a subdiv feature tag,
determines the subdiv_type.

环境
内部和外部

参见
UF_SUBDIV_create

历史
Originally released in V15.0
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int UF_SUBDIV_ask_type
(
tag_t subdiv_tag,
UF_SUBDIV_type_p_t subdiv_type
)
tag_t (tag_t类型)subdiv_tagInput(输入)object identifier of the
subdiv feature
UF_SUBDIV_type_p_tsubdiv_typeOutput(输出)type of subdiv feature

 


 
UF_SUBDIV_create (查看源代码)
 
定义在: uf_subdiv.h
 
概述
Creates a subdiv feature. The subdiv_type contains the method to use
for splitting faces. It indicates the type of parameters used in the
subdiv_structure_ptr structure. The output of this function is the
object identifier associated to the subdiv feature.

环境
内部和外部

参见
See the example

历史
Originally released in V15.0
 
需要许可证(S)
solid_modeling

 
int UF_SUBDIV_create
(
UF_SUBDIV_type_t subdiv_type,
UF_SUBDIV_data_structures_p_u subdiv_structure_pointer,
tag_p_t subdiv_tag
)
UF_SUBDIV_type_tsubdiv_typeInput(输入)type of subdiv feature
UF_SUBDIV_data_structures_p_usubdiv_structure_pointerInput(输入)pointer to one of the subdiv
data structures
tag_p_tsubdiv_tagOutput(输出)object identifier of the
subdiv feature

 


 
UF_SUBDIV_edit (查看源代码)
 
定义在: uf_subdiv.h
 
概述
Edits a subdiv feature. The subdiv_type contains the type of subdiv
feature being edited. It indicates the type of parameters used in the
subdiv_structure_ptr structure.

环境
内部和外部

参见
UF_SUBDIV_create

历史
Originally released in V15.0
 
需要许可证(S)
solid_modeling

 
int UF_SUBDIV_edit
(
UF_SUBDIV_type_t subdiv_type,
UF_SUBDIV_data_structures_p_u subdiv_structure_pointer,
tag_t subdiv_tag
)
UF_SUBDIV_type_tsubdiv_typeInput(输入)type of subdiv feature
UF_SUBDIV_data_structures_p_usubdiv_structure_pointerInput(输入)pointer to one of the subdiv
data structures
tag_t (tag_t类型)subdiv_tagInput(输入)object identifier of the
subdiv feature

 


 
UF_SUBDIV_free (查看源代码)
 
定义在: uf_subdiv.h
 
概述
This function frees any data retrieved via the ask_parms function.
Call UF_SUBDIV_free after a call to UF_SUBDIV_ask_parms.

环境
内部和外部

参见
UF_SUBDIV_create

历史
Originally released in V15.0
 
需要许可证(S)
solid_modeling

 
int UF_SUBDIV_free
(
UF_SUBDIV_type_t subdiv_type,
UF_SUBDIV_data_structures_p_u subdiv_structure_pointer
)
UF_SUBDIV_type_tsubdiv_typeInput(输入)type of subdiv feature
UF_SUBDIV_data_structures_p_usubdiv_structure_pointerInput(输入)pointer to one of the subdiv
data structures