Enum wfcSubstitutionType
# include <wfcAssembly.h>
enum wfcSubstitutionType
{
wfcSUBSTITUTE_NONE,
wfcSUBSTITUTE_INTERCHG,
wfcSUBSTITUTE_PRT_REP,
wfcSUBSTITUTE_ASM_REP,
wfcSUBSTITUTE_ENVELOPE,
wfcSubstitutionType_nil
};
Description
Specifies the type of substitution peformed on component.
-
Manual References:
-
Assemblies and Components: Component Path Information
Values
-
wfcSUBSTITUTE_NONE
- No substitution is defined.
-
wfcSUBSTITUTE_INTERCHG
- Substitute using an interchange
assembly or a family table.
-
wfcSUBSTITUTE_PRT_REP
- Substitute a part with
a simplified representation.
-
wfcSUBSTITUTE_ASM_REP
-
Substitute an assembly with a simplified representation.
-
wfcSUBSTITUTE_ENVELOPE
- Substitute with an envelope.
-
wfcSubstitutionType_nil
- Enum null value.