A3DProEFamilyTables

enum A3DProEFamilyTables

Used to select how to read family tables.

9.0
enumerator A3DProEFamTabAcceleratorFileOnly = 0

Only use accelerator file.

If there’s tessellation or a generic part, these will not be loaded, even if an accelerator file isn’t available.

enumerator A3DProEFamTabOrUseTessellation = 1

If the accelerator file isn’t present, then search for the tessellation representation: if found, then use the tessellation.

If an accelerator file or tessellation isn’t available, then nothing will be loaded.

enumerator A3DProEFamTabOrUseWireAndGeneric = 2

If neither the accelerator file nor the tessellation representation is present, then use the generic or wire representation.

If using the generic or wire representation, be aware that the representation will not be what it should be! A generic part/wire is only a placeholder.