All Frameworks Class Hierarchy This Framework Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---GeometricObjects.CATICGMUnknown
|
+---GeometricObjects.CATICGMObject
|
+---GeometricObjects.CATGeometry
|
+---GeometricObjects.CATPoint
|
+---CATCartesianPoint
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATCartesianPoint
Interface representing a geometric cartesian point.
The CATCartesianPoint is created through the CreateCartesianPoint
method of the CATGeoFactory interface, and deleted with the Remove method.
| public virtual void SetCoord( | double | iFirstCoord, |
| double | iSecondCoord, | |
| double | iThirdCoord)=0 |
| public virtual void SetX( | double | iFirstCoord)=0 |
| public virtual void SetY( | double | iSecondCoord)=0 |
| public virtual void SetZ( | double | iThirdCoord)=0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.