CATGSMUseItf Interface CATIGSMUsePoint
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIGSMUsePoint
Method Index
- o
GetPointType(int&)
- Gets the point type.
- o
SetPointType(int,CATListValCATIMmiMechanicalFeature_var*,int*)
- Sets the point type.
Methods
o GetPointType
public virtual GetPointType( | | oT) |
-
Gets the point type.
- Parameters:
-
- oT
- Type of point
o SetPointType
public virtual SetPointType( | | iType, |
| | iElems | = NULL, |
| | iReportedSpecPositionTab | = NULL) |
-
Sets the point type.
- Parameters:
-
- iType
- The new feature type
- iElems
- The list of specs to prepare for report to new feature
- iReportedSpecPositionTab
- Array containing for each feature the position in the new feature attributes structure.
Example : iReportedSpecPositionTab[0] = 2,
means that the first feature of iElems list (iElems[1]) has the second position
in the new feature, according to the replace acceptance
(a point can only be replaced by a point, for instance).
if ReportedSpecPositionTab[i]=0 the replace for ith element could not be done.
Array has to be allocated by calling method.
- See also:
-
This object is included in the file: CATIGSMUsePoint.h
If needed, your Imakefile.mk should include the module: CATGSMUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.