UF_BREP_mapping_s (查看源代码)
 
定义在: uf_brep_types.h
 
也被称为:
 
概述
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.