Role: To access the data of the hybrid shape mean plane feature object. This data includes:
- The list of points
Use the CATIAHybridShapeFactory to create a HybridShapePlaneMean object.
- See also:
Methods
- Sub AddPoint( iPassingPoint)
-
Adds a point to the mean plane.
- Parameters:
-
- iPassingPoint
- The point to add
Sub-element(s) supported (see object): . dd>
- Sub GetPoint( iRank, oPassingPoint)
-
Retrieves the point at a given position.
- Parameters:
-
- iRank
- The rank of the point to retrieve dd>
- oPassingPoint
- The point retrieved at this rank dd>
- Func GetPos( iPoint) As
-
Gets the position of an element in the list.
- Parameters:
-
- iPoint
- point dd>
- oPos
- position of point dd>
- Func GetSize() As
-
Gets the size of the list (number of points).
- Parameters:
-
- oSize
- position of point dd>
- Sub RemoveAll()
- Removes all elements in the list of points.
- Sub RemoveElement( iRank)
-
Removes a point in the list.
- Parameters:
-
- iRank
- The rank of the point to remove dd>
- Sub ReplacePointAtPosition( iPoint, iPos)
-
Replaces a point in the list at the given position.
- Parameters:
-
- oPoint
- point dd>
- iPos
- position of point dd>