All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIMfgTPPackable
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMfgTPPackable
Interface usefull to transfer points of the tool path in an external file, rather than keeping them
in the model.
The action of transfer in an external file is named Packing. You must unpack the tool path
to get it again in the document.
Role: Transfer points of the tool path in an external file.
| public virtual CATBoolean IsPackable( | int& | imode) = 0 |
| public virtual CATBoolean IsPacked( | int& | istatut) = 0 |
| public virtual CATBoolean PackToolPath( | const CATUnicodeString& | iPath) = 0 |
| public virtual CATBoolean UnpackToolPath( | )= 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.