UF_STUDIO_ask_styled_blend (view source)
 
Defined in: uf_studio.h
 
Overview
Populates a styled blend data structure of a styled blend feature.

Environment
Internal and External

See Also
UF_STUDIO_init_styled_blend
UF_STUDIO_create_styled_blend
UF_STUDIO_edit_styled_bend

History
Original release in V18.0.
 
Required License(s)
gateway

 
int UF_STUDIO_ask_styled_blend
(
tag_t styled_blend,
UF_STUDIO_stybld_data_p_t styled_blend_data
)
tag_tstyled_blendInputStyled blend feature object identifier.
UF_STUDIO_stybld_data_p_tstyled_blend_dataOutputStyled blend data structure.

 


 
UF_STUDIO_ask_styled_blend1 (view source)
 
Defined in: uf_studio.h
 
Overview
Populates a collector enabled styled blend data structure of a
styled blend feature.

Environment
Internal and External

See Also
UF_STUDIO_init_styled_blend
UF_STUDIO_create_styled_blend
UF_STUDIO_edit_styled_bend

History
Original release in NX2.0
 
Required License(s)
gateway

 
int UF_STUDIO_ask_styled_blend1
(
tag_t styled_blend,
UF_STUDIO_stybld_data_p_t styled_blend_data
)
tag_tstyled_blendInputStyled blend feature object identifier.
UF_STUDIO_stybld_data_p_tstyled_blend_dataOutputStyled blend data structure.

 


 
UF_STUDIO_create_styled_blend (view source)
 
Defined in: uf_studio.h
 
Overview
Creates a styled blend feature from the styled blend data
structure.

Environment
Internal and External

See Also
UF_STUDIO_init_styled_blend
UF_STUDIO_edit_styled_blend
UF_STUDIO_ask_styled_bend

History
Original release in V18.0.
 
Required License(s)
gateway

 
int UF_STUDIO_create_styled_blend
(
UF_STUDIO_stybld_data_p_t styled_blend_data,
tag_p_t styled_blend
)
UF_STUDIO_stybld_data_p_tstyled_blend_dataInputStyled blend data structure.
tag_p_tstyled_blendOutputStyled blend feature object identifier.

 


 
UF_STUDIO_edit_styled_blend (view source)
 
Defined in: uf_studio.h
 
Overview
Edits an existing styled blend feature based on a styled blend data structure.

Environment
Internal and External

See Also
UF_STUDIO_init_styled_blend
UF_STUDIO_create_styled_blend
UF_STUDIO_ask_styled_bend

History
Original release in V18.0.
 
Required License(s)
gateway

 
int UF_STUDIO_edit_styled_blend
(
UF_STUDIO_stybld_data_p_t styled_blend_data,
tag_t styled_blend
)
UF_STUDIO_stybld_data_p_tstyled_blend_dataInputStyled blend data structure.
tag_tstyled_blendInput / OutputStyled blend feature object identifier.

 


 
UF_STUDIO_free_styled_blend (view source)
 
Defined in: uf_studio.h
 
Overview
Frees memory of the styled blend data structure that was previously
allocated with UF_STUDIO_init_styled_blend.

Environment
Internal and External

See Also
UF_STUDIO_init_styled_blend

History
Original release in V18.0.
 
Required License(s)
gateway

 
int UF_STUDIO_free_styled_blend
(
UF_STUDIO_stybld_data_p_t * styled_blend_data
)
UF_STUDIO_stybld_data_p_t *styled_blend_dataInput / OutputStyled blend data structure.

 


 
UF_STUDIO_init_styled_blend (view source)
 
Defined in: uf_studio.h
 
Overview
Allocates and initializes the styled blend data structure. It is to
be used in conjunction with UF_STUDIO_create_styled_blend,
UF_STUDIO_edit_styled_blend and UF_STUDIO_ask_styled_bend.

Environment
Internal and External

See Also
UF_STUDIO_create_styled_blend
UF_STUDIO_edit_styled_blend
UF_STUDIO_ask_styled_bend
UF_STUDIO_free_styled_bend

History
Original release in V18.0.
 
Required License(s)
gateway

 
int UF_STUDIO_init_styled_blend
(
UF_STUDIO_stybld_data_p_t * styled_blend_data
)
UF_STUDIO_stybld_data_p_t *styled_blend_dataOutputStyled blend data structure.