Description | ||||||||
Set the brep representation flags. Note: not all combinations of flags are valid for all export types. The function ProOutputBrepRepresentationIsSupported indicates if a particular representation is supported by Creo Parametric for a certain export type. | ||||||||
Synopsis | ||||||||
#include <ProIntf3Dexport.h> | ||||||||
ProError | ProOutputBrepRepresentationFlagsSet | ( | ||||||
ProOutputBrepRepresentation representation | ||||||||
/* (In) | ||||||||
The brep representation structure. | ||||||||
*/ | ||||||||
ProBoolean as_wireframe | ||||||||
/* (In) | ||||||||
Whether or not to export geometry as wireframe. | ||||||||
*/ | ||||||||
ProBoolean as_surfaces | ||||||||
/* (In) | ||||||||
Whether or not to export geometry as surfaces. | ||||||||
*/ | ||||||||
ProBoolean as_solid | ||||||||
/* (In) | ||||||||
Whether or not to export geometry as solid. | ||||||||
*/ | ||||||||
ProBoolean as_quilts | ||||||||
/* (In) | ||||||||
Whether or not to export geometry as quilts. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|