UF_BREP_mapping_s (view source)
 
Defined in: uf_brep_types.h
 
Also known as:
 
Overview
UF_BREP_ask_geometry extraction mappings, i.e., specifies conversion
of geometry in an NX body to the geometry the caller receives.

(source[i] corresponds to extracted[i] to form a mapping pair)

For now, the extracted types can only be B-surfaces and B-curves.
Furthermore, two required mappings are:
source[] extracted[]
-------- -----------
UF_BREP_BLEND_GEOM UF_BREP_BSURFACE_GEOM
UF_BREP_INTERSECTION_GEOM UF_BREP_SPLINE_GEOM


Data Members

count
int
Mapping pair count: source[count],
extracted[count]

source
UF_BREP_geom_type_t *
NX body geometry types.

extracted
UF_BREP_geom_type_t *
Geometry types that UF_BREP_ask_geometry
returns.