Library | Module

Interface IpfcSubstPrtRep



Description

Substitute a part with a simplified representation.
Direct Parent Classes:
IpfcSubstitution



Property Summary

PropertyPartRepas IpfcSimpRep
Simplified representation handle (PRO_SUBST_PRT_REP or PRO_SUBST_ASM_REP).



Method Summary

FunctionCCpfcSubstPrtRep.Create (SubstPath as Iintseq, PartRep as IpfcSimpRep) as IpfcSubstPrtRep
Creates a new object used to substitute a part with a simplified representation.



Property Detail


PropertyPartRepas IpfcSimpRep

Simplified representation handle (PRO_SUBST_PRT_REP or PRO_SUBST_ASM_REP).





Method Detail


FunctionCCpfcSubstPrtRep.Create (SubstPath as Iintseq, PartRep as IpfcSimpRep) as IpfcSubstPrtRep

Creates a new object used to substitute a part with a simplified representation.

The return value is used as a component of the IpfcSimpRepInstructions .
Parameters:
SubstPath
Path to the substitute component.
PartRep
Simplified representation handle.
Returns:
The pfcSubstPrtRep object.