API Documentation > Enumerated Types > Enum pfcAssemblyConfiguration
Enum pfcAssemblyConfiguration
Description
This enumerated type contains possible configurations of an exported model.
Not all configurations are supported for all export types. Use pfcBaseSession::IsConfigurationSupported(pfcExportType, pfcAssemblyConfiguration) to verify that the configuration is valid.
See Also:
Values
pfcEXPORT_ASM_FLAT_FILE
Export in a flat file.
pfcEXPORT_ASM_SINGLE_FILE
Export in a single file.
pfcEXPORT_ASM_MULTI_FILES
Export in multiple files.
pfcEXPORT_ASM_ASSEMBLY_PARTS
Export as an assembly and component parts.
pfcAssemblyConfiguration_nil
Enum null value.
Was this helpful?