UF_DIE_wrap_binder_s (view source)
 
Defined in: uf_dieeng.h
 
Also known as:
 
Overview
The following structure is utilized in the functions:

UF_DIE_create_binder_wrap
UF_DIE_edit_binder_wrap
UF_DIE_ask_binder_wrap
UF_DIE_free_binder_wrap

NOTES:

The value character strings in the below structure can be a numeric value (e.g., "25"),
a fully defined expression (e.g., "p5 = 25"), an existing expression name (e.g., "p5"), or
an expression string (e.g., "p5+p7"). If the fully defined expression exists then an error
is returned. If the expression name does not exist an error is returned. In all other cases
an expression is created. When this value is returned from UF_CURVE_ask_trim, the character
string is a fully defined expression (e.g., "p5=25").

Environment
Internal and External

See Also
Refer to example

History
Originally released in V16.0


Data Members

input_type
UF_DIEENG_opts_t
Type of data input to the function.
Can be either UF_DIEENG_POINTS,
UF_DIEENG_BOUNDARY, or UF_DIEENG_SHEET.

defined_by
union UF_DIE_wrap_binder_union


material_thickness
char*
Material thickness value as an expression.
(See "Notes" below.)

distance_tol
double
Modeling distance tolerance.

angle_tol
double
Modeling angle tolerance.

output_sw
UF_DIEENG_opts_t
Switch to indicate what type of feature
to output.
UF_DIEENG_BINDER_WRAP_FEATURE - output the
smooth binder wrap feature.
UF_DIEENG_ANALYSIS_GEOMETRY - output the
sheet body containing the triangularization
of the binder wrap.