UF_ROUTE_bundle_data_s (view source)
 
Defined in: uf_route.h
 
Also known as:
 
Overview
The UF_ROUTE_bundle_data_s structure is the structure that is used
to pass information to and receive information from a user written
bundle diameter calculation routine. In Wiring, you may define
a "Plug-in" for the routine that calculates the set of curves that
should be used to model the cross section of the wire bundle based
on the number of wires in the bundle (and their diameters). This
is the structure that is supplied to your bundle diameter routine.

Please refer to the example


Data Members

num_wires
int


wires
tag_t *


num_stock_data
int


stock_data
tag_t *


num_cross_sections
int


cross_sections
tag_t *


num_anchors
int


anchors
tag_t *