CATAnnotationUseItf Interface CATIDftCoordDimension
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIDftCoordDimension
Manages the coordinate dimension.
Method Index
- o
GetCoordValues(int&,double&,double&,double&)
- Return the dimension type (2D or 3D coordinate dimension) and gets dimension values.
Methods
o GetCoordValues
public virtual GetCoordValues( | | oType, |
| | oXDimed, |
| | oYDimed, |
| | oZDimed) |
-
Return the dimension type (2D or 3D coordinate dimension) and gets dimension values.
- Parameters:
-
- oType
- oType (0: 2D coordinate dimension, 1: 3D coordinate dimension).
- oXDimed
- X value.
- oYDimed
- Y value.
- oZDimed
- Z value (=0. if 2D coordinate dimension).
- Returns:
- error returned code.
This object is included in the file: CATIDftCoordDimension.h
If needed, your Imakefile.mk should include the module: CATAnnotationUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.