All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

HybridShapePlaneMean (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---HybridShape
            |
            +---Plane
              |
              +---HybridShapePlaneMean
 


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:
HybridShapeFactory

Method Index

AddPoint
Adds a point to the mean plane.
GetPoint
Retrieves the point at a given position.
GetPos
Gets the position of an element in the list.
GetSize
Gets the size of the list (number of points).
RemoveAll
Removes all elements in the list of points.
RemoveElement
Removes a point in the list.
ReplacePointAtPosition
Replaces a point in the list at the given position.

Methods


o Sub AddPoint(CATIAReference iPassingPoint)
Adds a point to the mean plane.
Parameters:
iPassingPoint
The point to add

Sub-element(s) supported (see
Boundary object): Vertex.
o Sub GetPoint(long iRank,
CATIAReference oPassingPoint)
Retrieves the point at a given position.
Parameters:
iRank
The rank of the point to retrieve
oPassingPoint
The point retrieved at this rank
o Func GetPos(CATIAReference iPoint) As long
Gets the position of an element in the list.
Parameters:
iPoint
point
oPos
position of point
o Func GetSize() As long
Gets the size of the list (number of points).
Parameters:
oSize
position of point
o Sub RemoveAll()
Removes all elements in the list of points.
o Sub RemoveElement(long iRank)
Removes a point in the list.
Parameters:
iRank
The rank of the point to remove
o Sub ReplacePointAtPosition(CATIAReference iPoint,
long iPos)
Replaces a point in the list at the given position.
Parameters:
oPoint
point
iPos
position of point

Copyright © 2003, Dassault Systèmes. All rights reserved.