All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---GeometricObjects.CATICGMUnknown
|
+---GeometricObjects.CATICGMObject
|
+---GeometricObjects.CATGeometry
|
+---GeometricObjects.CATPoint
|
+---CATMacroPoint
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATMacroPoint
Interface representing a set geometric points to be considered as one point.
The CATMacroPoint is created through the CreateMacroPoint
method of the CATGeoFactory interface and deleted with the Remove method.
| public virtual CATPoint* Append( | const CATPoint* | iNewSubElement)= 0 |
| public virtual CATPoint* Next( | CATPoint* | iCurrentSubElement)= 0 |
| public virtual CATPoint* Next( | CATPoint* | iCurrentSubElement, |
| CATGeometry* | iSupport)= 0 |
| public virtual void Remove( | CATPoint* | iSubElement)= 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.