UF_BREP_composite_s (view source)
 
Defined in: uf_brep_types.h
 
Also known as:
 
Overview
This provides a means of having a list of curves fill the function of a
single curve. This may be used as a generator or a curve in a loop. Some
cautions are in order, however. When used as a generator, a multi-face
sheet body is produced. Such a sheet may not be trimmed with curves.

A composite curve may be attached to an edge, but the component curves
are joined to make one curve to attach.


Data Members

num_curves
int
The number of curves in the
composite.

curves
struct UF_BREP_geometry_s *
An array of geometry structures.
Only curves may be present.