All Frameworks Class Hierarchy This Framework Previous Next Indexes
SketcherInterfaces Interface CATI2DEquivalentGeometry
System.IUnknown
|
+---CATI2DEquivalentGeometry
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATI2DEquivalentGeometry
Access to result geometry from a sketch element.
into a specified geometrical container
Method Index
- o
GetEquivalentGeometry(CATGeoFactory*,CATListPtrCATGeometry&,boolean*)
- Acces to geometrical element
iContainer : Container of the result
oListOfObjectObject : list of result geometry
oTobeDeleted : if TRUE then user has to remove the geometrical element
Methods
o GetEquivalentGeometry
public virtual HRESULT GetEquivalentGeometry( | CATGeoFactory* | iContainer, |
| CATListPtrCATGeometry& | oListOfObject, |
| boolean* | oTobeDeleted)= 0 |
-
Acces to geometrical element
iContainer : Container of the result
oListOfObjectObject : list of result geometry
oTobeDeleted : if TRUE then user has to remove the geometrical element
This object is included in the file: CATI2DEquivalentGeometry.h
If needed, your Imakefile.mk should include the module: CATSketcherInterfaces