API Documentation > Classes > Interface IpfcSubstAsmRep
Interface IpfcSubstAsmRep
Description
Substitutes an assembly with a simplified representation.
Direct Parent Classes:
Property Summary
Property
Simplified representation handle.
Method Summary
Function
Creates a new object used to substitute an assembly with a simplified representation.
Property Detail
Property
AsmRep
Simplified representation handle.
Method Detail
Function
CCpfcSubstAsmRep.Create
(SubstPath as Iintseq, AsmRep as IpfcSimpRep) as IpfcSubstAsmRep
Creates a new object used to substitute an assembly with a simplified representation.
The return value is used as a component of the IpfcSimpRepInstructions .
Parameters:
SubstPath
Path to the substitute component.
AsmRep
Simplified representation handle.
Returns:
The pfcSubstAsmRep object.
Was this helpful?