UF_SF_midsrf_user_parms_s (view source)
 
Defined in: uf_sf_types.h
 
Also known as:
 
Overview
Structure defining the parameters of a user defined midsurface feature.


Data Members

solid_body
tag_t
Tag of the target solid body.

num_sheet_bodies
int
Number of sheet bodies.

sheet_bodies_a
tag_t *
Array of sheet body tags that will define the
midsurface of the selected target solid body.
The size of the array is num_sheet_bodies

thickness
double
Thickness value to be used at formatting time
whenever the automatic thickness extraction fails.

const_thickness
double
Constant thickness of all nodes of the midsurface.
If this is provided by the user then this is will be
the value used for all nodes at format time in which
case the value of the thickness field will be unused.
This field is not currently used.