UF_MODL_gflange_punch_vector_mode_data_s (view source)
 
Defined in: uf_modl_smd.h
 
Also known as:
 


Data Members

step_count
int
The number of steps in the
generalized flange. Zero is an
invalid number. For each step
include a value for the bend
radius, bend angle and web length

plus
UF_MODL_parm_p_t
The law specification of the target
face extension between the bend edge
and the start of the bend. This is
an array with step count entries.

bend_radius
UF_MODL_parm_p_t
The law specification of the radius
of the bend. This is an array
with step count entries.

bend_angle
UF_MODL_parm_p_t
The law specification of the angle of
the bend.This is an array with
step count entries.

web_length
UF_MODL_parm_p_t
The law specification of the length
of the surface extension after the
bend. This is an array with step count
entries.

radius_in_out
int *
Inner/Outer radius for steps
0 = inner radius in use
1 = outer radius in use
Dimension of the array
= step_count

punch_vector
UF_MODL_vector_p_t
Punch Vector

flip_bend_direction
logical
TRUE = Bend in the direction
opposite to the system
inferred bend direction.
FALSE = Use system inferred bend
direction.