CAACloudQsrItf Interface CATIQsrCAAFactory
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIQsrCAAFactory
Interface representing the factory of Digitized Shape Editor and Quick Surface Reconstruction elements.
Role: The CATIQsrCAAFactory creates the elements.
To suppress an element, you must use CATIQsrCAAFactory::Remove method.
Method Index
- o
CreatePowerFit(CATGeoFactory*)
- Creates a Powerfit.
- o
Remove(CATIQsrCAAPowerFit*)
- Removes an object from this CATIQsrCAAFactory.
Methods
o CreatePowerFit
public virtual CreatePowerFit( | | iGeoFactory) |
-
Creates a Powerfit.
- Parameters:
-
- iGeoFactory
- The factory.
- Returns:
- The CATIQsrCAAPowerFit interface.
o Remove
public virtual Remove( | | iObjectToRemove) |
-
Removes an object from this CATIQsrCAAFactory.
- Parameters:
-
- iObjectToRemove
- A pointer to the object to remove from the factory.
This object is included in the file: CATIQsrCAAFactory.h
If needed, your Imakefile.mk should include the module: CATCloudQsrCAAItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.