All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---GeometricObjects.CATICGMUnknown | +---GeometricObjects.CATICGMObject | +---GeometricObjects.CATGeometry | +---GeometricObjects.CATPoint | +---CATPointOnSurface
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATPointOnSurface
Interface representing a point lying on a surface.
Role: A CATPointOnSurface can be seen as 2 coordinates (called surface parameter) in the space of
the surface.
A CATPointOnSurface is created through the CreatePointOnSurface
method of the CATGeoFactory interface and deleted with the Remove method.
public virtual void GetParam( | CATSurParam& | ioParam)const = 0 |
public virtual CATSurface* GetSurface( | )const = 0 |
public virtual void SetParam( | const CATSurParam& | iNewParam)= 0 |
public virtual void SetSurface( | CATSurface* | iNewSupport)= 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.