API Documentation > 3D interface > Object ProOutput > Function ProOutputBrepRepresentationIsSupported
Function ProOutputBrepRepresentationIsSupported
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:
Synopsis
ProOutputBrepRepresentationIsSupported
(
/* (In)
The type of output file to produce.
*/
/* (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
The function successfully returned the information.
One or more input arguments was invalid.
file_type interface is currently not supported.
invalid file_type.
Sample Code References
User Guide References
Was this helpful?