UF_BREP_offset_s (查看源代码)
 
定义在: uf_brep_types.h
 
也被称为:
 
概述
Contains data representing an offset from a base surface. The distance is
in part units, and is positive if in the direction of the normal of the
base surface. Only surface geometry may be offset. To offset a finished
face, use UF_MODL_create_face_offset.


Data Members

base
struct UF_BREP_geometry_s *
Surface forming the basis of
the offset surface.

distance
double
Signed distance from base. Distance > 0
for offset surfaces on the side that
the base surface's normal indicates.