UF_NXSM_flange_sketch_data_s (view source)
 
Defined in: uf_nxsm_types.h
 
Also known as:
 
Overview
Data structure for flange sketch


Data Members

width_option
UF_NXSM_FLANGE_WIDTH_OPTION_e_t
choose appropriate width_option from UF_NXSM_FLANGE_WIDTH_OPTION_e_t

dim_option
UF_NXSM_FEATURE_PROPERTY_CONSTANTS_e_t
Indicates whether to measure the dimension from the inside edge or outside edge of the flange.
valid values -
IG_OUTSIDE_DIMENSION - default
IG_INSIDE_DIMENSION

length
const char*
length of the flange

width
const char*
width of the flange

snap_point [ 3 ]
double
for AT_END_TYPE / FROM_END_TYPE width option.
User can use "UF_MODL_ask_edge_verts" routine
to get the end points of the parent edge of flange & send the desired point co-ords to the snap_point

dist_from_end
const char*
distance from the end at which the flange would start - FROM_END_TYPE width option.

dist_from_left_end
const char*
distance from left end of the edge - FROM_BOTH_ENDS_TYPE width option.

dist_from_right_end
const char*
distance from the right end of the edge - FROM_BOTH_ENDS_TYPE width option.

prev_width_option
UF_NXSM_FLANGE_WIDTH_OPTION_e_t
width_option value with which the feature was created earlier.
"ask_feature" method populates this parameter.