GeometricObjects Interface 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.


Method Index


o SetCoord(double,double,double)
Modifies the three cartesian coordinates of this CATCartesianPoint.
o SetX(double)
Modifies the first cartesian coordinate of this CATCartesianPoint.
o SetY(double)
Modifies the second cartesian coordinate of this CATCartesianPoint.
o SetZ(double)
Modifies the third cartesian coordinate of this CATCartesianPoint.

Methods


o SetCoord
public virtual SetCoord( iFirstCoord,
iSecondCoord,
iThirdCoord)
Modifies the three cartesian coordinates of this CATCartesianPoint.
Parameters:
iFirstCoord
The first coordinate.
iSecondCoord
The second coordinate.
iThirdCoord
The third coordinate.
o SetX
public virtual SetX( iFirstCoord)
Modifies the first cartesian coordinate of this CATCartesianPoint.
Parameters:
iFirstCoord
The new value of the first coordinate.
o SetY
public virtual SetY( iSecondCoord)
Modifies the second cartesian coordinate of this CATCartesianPoint.
Parameters:
iSecondCoord
The new value of the second coordinate.
o SetZ
public virtual SetZ( iThirdCoord)
Modifies the third cartesian coordinate of this CATCartesianPoint.
Parameters:
iThirdCoord
The vnew value of the third coordinate.

This object is included in the file: CATCartesianPoint.h
If needed, your Imakefile.mk should include the module: CATGMGeometricInterfaces

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.