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() to verify that the configuration is valid.
-
See Also:
-
pfcExport3DInstructions, pfcModel.Export(), pfcBaseSession.IsConfigurationSupported()
Values
-
EXPORT_ASM_FLAT_FILE
- Export in a flat file.
-
EXPORT_ASM_SINGLE_FILE
- Export in a single file.
-
EXPORT_ASM_MULTI_FILES
- Export in multiple files.
-
EXPORT_ASM_ASSEMBLY_PARTS
- Export as an assembly and component parts.
-
AssemblyConfiguration_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.