GSMInterfaces HybridShapePlaneMean (Object)
All Frameworks Object Hierarchy This Framework Indexes
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:
- 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( | | 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( | | 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
o Func GetPos( | | iPoint) As |
-
Gets the position of an element in the list.
- Parameters:
-
- iPoint
- point
- oPos
- position of point
-
Gets the size of the list (number of points).
- Parameters:
-
- oSize
- position of point
-
Removes all elements in the list of points.
o Sub RemoveElement( | | iRank) |
-
Removes a point in the list.
- Parameters:
-
- iRank
- The rank of the point to remove
o Sub ReplacePointAtPosition( | | iPoint, |
| | 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.