API 설명서 > 3D interface > Object ProOutput > Function ProOutputAssemblyConfigurationIsSupported
Function ProOutputAssemblyConfigurationIsSupported
Description
Checks if the specified assembly configuration 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
ProOutputAssemblyConfigurationIsSupported
(
/* (In)
The type of output file to produce.
*/
/* (In)
Specifies the number and type of output files to produce.
*/
ProBoolean* is_supported
/* (Out)
PRO_B_TRUE if the option 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
도움이 되셨나요?