Library | Module

Enum EpfcAssemblyConfiguration

Description

This enumerated type contains possible configurations of an exported model.

Not all configurations are supported for all export types. Use IpfcBaseSession.IsConfigurationSupported() to verify that the configuration is valid.
See Also:
IpfcExport3DInstructions, IpfcModel.Export(), IpfcBaseSession.IsConfigurationSupported()




Values

EpfcEXPORT_ASM_FLAT_FILE
Export in a flat file.

EpfcEXPORT_ASM_SINGLE_FILE
Export in a single file.

EpfcEXPORT_ASM_MULTI_FILES
Export in multiple files.

EpfcEXPORT_ASM_ASSEMBLY_PARTS
Export as an assembly and component parts.

EpfcAssemblyConfiguration_nil
Use this enumerated value to represent "null" passed to optional properties or method arguments.