GMModelInterfaces Interface CATEdgeDomain
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATEdgeDomain
Base interface representing a set of connected edges.
Derived interfaces are supplied, such as:
- CATWire
- A set of connected edges
of a body or a volume.
- CATLoop
- A set of connected
edges of a face.
Method Index
- o
InsertEdge(CATEdge*,CATULONG32,CATOrientation)
- Adds an edge in this CATEdgeDomain at a specified position.
Methods
o InsertEdge
public virtual InsertEdge( | | iEdge, |
| | iPosition, |
| | iOrientation | =CATOrientationPositive ) |
-
Adds an edge in this CATEdgeDomain at a specified position.
The edges of the CATEdgeDomain must be given contiguously. If you want
to append an edge at the end of the CATEdgeDomain, you can use the
method.
- Parameters:
-
- iEdge
- The pointer to the edge to insert.
- iPosition
- The rank (beginning at 1) of the edge to insert inside this CATEdgeDomain.
- iOrientation
- The relative orientation of iEdgewith regards to this CATEdgeDomain.
This object is included in the file: CATEdgeDomain.h
If needed, your Imakefile.mk should include the module: CATGMModelInterfaces
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.