All Frameworks Class Hierarchy This Framework Indexes
Usage: you must use this class as is. You should never derive it.
public class CATGeometricModelTransaction
Class to define a geometric model transaction.
This class can
typically be used when scanning the model, as it improves
the performances of the CATGeoFactory->FindObjectFromTag()
service.
Example
CATGeometricModelTransactionBegin(MyTransactionID,CatQuickFindObjectFromTag)
{
// ... Numerous calls to geometrical model services
}
CATGeometricModelTransactionEnd(MyTransactionID);
| public virtual ~CATGeometricModelTransaction( | ) |
Copyright © 2003, Dassault Systèmes. All rights reserved.