GeometricObjects Interface CATICldScan
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICldScan
Interface for the entity CATICldScan.
The CATICldScan corresponds to an ordered set of points.
- See also:
- ,
Method Index
- o
InsertPointAt(float[3],int)
- Inserts a point given by its coordinates at a given position.
- o
InsertPointAt(double[3],int)
- Inserts a point given by its coordinates at a given position
Methods
o InsertPointAt
public virtual InsertPointAt( | const | iCoords, |
| const | iNoPosition) |
-
Inserts a point given by its coordinates at a given position.
- Parameters:
-
- iCoords
- The coordinates of the point to insert.
- iNoPosition
- The position index at which the point is inserted.
It should be in the range [1,GetNbPoints()].
- Returns:
- If positive, the index of the inserted point (should be equal to iNoPosition).
If null or negative, the point was not added.
o InsertPointAt
public virtual InsertPointAt( | const | iCoords, |
| const | iNoPosition) |
-
Inserts a point given by its coordinates at a given position
- Parameters:
-
- iCoords
- The coordinates of the point to insert.
- iNoPosition
- The position index at which the point is inserted.
It should be in the range [1,GetNbPoints()].
- Returns:
- If positive, the index of the inserted point (should be equal to iNoPosition).
If null or negative, the point was not added.
This object is included in the file: CATICldScan.h
If needed, your Imakefile.mk should include the module: CATGMGeometricInterfaces
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.