All Frameworks  Class Hierarchy  This Framework  Indexes   

ManufacturingInterfaces Interface CATIMfgCopy

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIMfgCopy

Interface dedicated to copy an object through Cut/Copy/Paste mechanism.
Role: To be completed


Method Index


o CopyFromList(CATListValCATBaseUnknown_var&,CATListValCATBaseUnknown_var&,CATBaseUnknown_var&)
CopyFromList.
o Copy(CATBaseUnknown_var&,CATBaseUnknown_var&)
Copy.
o Copy(CATListValCATBaseUnknown_var&,CATListValCATBaseUnknown_var&,CATBaseUnknown_var&)
Copy.

Methods


o CopyFromList
public virtual CopyFromList( ToBeDuplicatedElements,
DuplicatedElements,
const iTargetContainer=NULL_var)
CopyFromList.
Parameters:
ToBeDuplicatedElements
elements to duplicate
ouplicatedElements
copied elements
iTargetContainer
targetted container : optional
o Copy
public virtual Copy( oDuplicatedElement,
const iTargetContainer=NULL_var)
Copy.
Parameters:
oDuplicatedElement
copied element
iTargetContainer
targetted container : optional
o Copy
public virtual Copy( oExtractedElements,
oDuplicatedElements,
const iTargetContainer=NULL_var)
Copy.
Parameters:
oExtractedElements
extracted elements from boundary
oDuplicatedElements
copied elements
iTargetContainer
targetted container : optional

This object is included in the file: CATIMfgCopy.h
If needed, your Imakefile.mk should include the module: MfgItfEnv

Copyright © 2003, Dassault Systèmes. All rights reserved.