HybridShapePlaneMean (Object)

Represents the hybrid shape mean plane feature object.
Role: To access the data of the hybrid shape mean plane feature object. This data includes:

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): .
Sub GetPoint( iRank, oPassingPoint)
Retrieves the point at a given position.
Parameters:
iRank
The rank of the point to retrieve
oPassingPoint
The point retrieved at this rank
Func GetPos( iPoint) As
Gets the position of an element in the list.
Parameters:
iPoint
point
oPos
position of point
Func GetSize() As
Gets the size of the list (number of points).
Parameters:
oSize
position of point
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
Sub ReplacePointAtPosition( iPoint, iPos)
Replaces a point in the list at the given position.
Parameters:
oPoint
point
iPos
position of point