Description | ||||||||||||||
Checks if the specified brep representation may be used for the export file type. Use this function before calling ProIntf3DFileWrite() to confirm that the configuration is supported. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcBaseSession::IsGeometryRepSupported | |||||||||||||
Synopsis | ||||||||||||||
#include <ProIntf3Dexport.h> | ||||||||||||||
ProError | ProOutputBrepRepresentationIsSupported | ( | ||||||||||||
ProIntf3DExportType file_type | ||||||||||||||
/* (In) | ||||||||||||||
The type of output file to produce. | ||||||||||||||
*/ | ||||||||||||||
ProOutputBrepRepresentation representation | ||||||||||||||
/* (In) | ||||||||||||||
Specifies the type of geometric representation to create. | ||||||||||||||
*/ | ||||||||||||||
ProBoolean* is_supported | ||||||||||||||
/* (Out) | ||||||||||||||
PRO_B_TRUE if the representation type is supported in Creo Parametric, PRO_B_FALSE if not. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|